# Downtobid Brand Identity A complete profile of **Downtobid**'s visual system — colors, typography, components, and personality — extracted from https://downtobid.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/downtobid - Machine-readable JSON: https://characterquilt.com/branding/downtobid.json - Per-page llms.txt: https://characterquilt.com/branding/downtobid/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #CFD6E1 | | Accent | #000000 | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #CFD6E1 - accent: #000000 - background: #FFFFFF - textPrimary: #000000 - link: #CFD6E1 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221.75em%22%20height%3D%221.75em%22%20viewBox%3D%220%200%2027.608%2024%22%20data-fc-idx%3D%220%22%3E%3Ctitle%3EDowntobid%3C%2Ftitle%3E%3Cpath%20d%3D%22M27.066%2C18.4A3.688%2C3.688%2C0%2C0%2C1%2C23.912%2C24H3.7A3.688%2C3.688%2C0%2C0%2C1%2C.542%2C18.4L10.65%2C1.773a3.692%2C3.692%2C0%2C0%2C1%2C6.308%2C0ZM7.379%2C13.344A2.459%2C2.459%2C0%2C0%2C1%2C9.486%2C9.616h8.635a2.459%2C2.459%2C0%2C0%2C1%2C2.107%2C3.728L15.911%2C20.5a2.461%2C2.461%2C0%2C0%2C1-4.215%2C0Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E - Favicon: https://cdn.prod.website-files.com/68525ab144470c4f77e593ae/685fa750d18b48f366d52464_favicon.png - Social card (og:image): https://cdn.prod.website-files.com/68525ab144470c4f77e593ae/68913c18a0809e1eab9686d1_opengraph.png ## UI Components - buttonPrimary: background=#000000, textColor=#FFFFFF, borderColor=#000000, borderRadius=4px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#000000, borderRadius=4px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: construction industry professionals ## Downtobid Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Construction Cost Estimating Checklist For Easy Budgeting** - Image: https://strapi-cdn.downtobid.com/van_tay_media_TF_Fn3_BY_Lc5s_unsplash_1_889385c894/van_tay_media_TF_Fn3_BY_Lc5s_unsplash_1_889385c894.jpg - Source: https://downtobid.com/blog/construction-estimating-checklist - **BuildingConnected Alternatives: 8 Best for 2026** - Image: https://strapi-cdn.downtobid.com/blog_subs_988496200d/blog_subs_988496200d.png - Source: https://downtobid.com/blog/building-connected-alternatives - **Construction Bidding Requirements: A Guide To The Process** - Image: https://strapi-cdn.downtobid.com/lukas_blazek_mc_S_Dtb_WXUZU_unsplash_1_13ec481b19/lukas_blazek_mc_S_Dtb_WXUZU_unsplash_1_13ec481b19.jpg - Source: https://downtobid.com/blog/construction-bidding-requirements - **ProjectSight vs. Procore vs. Downtobid - 2026 Update** - Image: https://strapi-cdn.downtobid.com/Screenshot_2024_09_16_at_8_45_38_AM_9ca007407e/Screenshot_2024_09_16_at_8_45_38_AM_9ca007407e.png - Source: https://downtobid.com/blog/projectsight-vs-procore-vs-downtobid - **Lump Sum Construction Contracts: Fixed-Price Contracting** - Image: https://strapi-cdn.downtobid.com/gabrielle_henderson_H_Jck_Knw_C_Xx_Q_unsplash_min_fe5cac5b73/gabrielle_henderson_H_Jck_Knw_C_Xx_Q_unsplash_min_fe5cac5b73.jpg - Source: https://downtobid.com/blog/lump-sum-construction - **BidMail Vs Downtobid: A Side-By-Side Comparison** - Image: https://strapi-cdn.downtobid.com/blog_itb_af89be4dd6/blog_itb_af89be4dd6.png - Source: https://downtobid.com/blog/bidmail-vs-downtobid ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Inter", "role": "body" }, { "family": "Arial", "role": "unknown" } ], "colors": { "primary": "#CFD6E1", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#CFD6E1" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "Arial", "sans-serif" ], "body": [ "Inter", "Arial", "sans-serif" ], "paragraph": [ "Inter", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "30px", "body": "14px" } }, "spacing": { "baseUnit": 2, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#000000", "textColor": "#FFFFFF", "borderColor": "#000000", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#000000", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221.75em%22%20height%3D%221.75em%22%20viewBox%3D%220%200%2027.608%2024%22%20data-fc-idx%3D%220%22%3E%3Ctitle%3EDowntobid%3C%2Ftitle%3E%3Cpath%20d%3D%22M27.066%2C18.4A3.688%2C3.688%2C0%2C0%2C1%2C23.912%2C24H3.7A3.688%2C3.688%2C0%2C0%2C1%2C.542%2C18.4L10.65%2C1.773a3.692%2C3.692%2C0%2C0%2C1%2C6.308%2C0ZM7.379%2C13.344A2.459%2C2.459%2C0%2C0%2C1%2C9.486%2C9.616h8.635a2.459%2C2.459%2C0%2C0%2C1%2C2.107%2C3.728L15.911%2C20.5a2.461%2C2.461%2C0%2C0%2C1-4.215%2C0Z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E", "favicon": "https://cdn.prod.website-files.com/68525ab144470c4f77e593ae/685fa750d18b48f366d52464_favicon.png", "ogImage": "https://cdn.prod.website-files.com/68525ab144470c4f77e593ae/68913c18a0809e1eab9686d1_opengraph.png", "logoHref": "/", "logoAlt": "Downtobid" }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #0 because it is visible, located at the top, and links to the homepage, matching the brand 'Downtobid'.", "confidence": 0.85, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Sign up", "reasoning": "Button #1 'Sign up' is likely the primary CTA due to its action-oriented text and prominent dark background, which stands out against the light page background." }, "secondary": { "index": 17, "text": "Read Case Study", "reasoning": "Button #5 'Read Case Study' is a suitable secondary CTA with a contrasting light background and a clear border, differentiating it from the primary button." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "construction industry professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located at the top, and links to the homepage, matching the brand 'Downtobid'.", "confidence": 0.85 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```