RDC Brand Style Guide
Reference for creating on-brand reports, presentations, and visualizations.
Brand Assets
Included Logo Files
This skill includes commonly used logo assets in the assets/ folder:
logo-primary.svg - Full color logo (house icon + wordmark)
icon-home.svg - Standalone home icon for small sizes/favicons
Raw URLs for embedding:
https://raw.githubusercontent.com/MoveRDC/claude-skills-marketing/main/skills/rdc-brand-style-guide/assets/logo-primary.svg
https://raw.githubusercontent.com/MoveRDC/claude-skills-marketing/main/skills/rdc-brand-style-guide/assets/icon-home.svg
Additional Brand Assets
For additional logos, icons, photography, and brand resources:
Brand Asset Portal: https://dam.gettyimages.com/realtor/brand-assets
Primary Color Palette
| Name |
Hex |
RGB |
Usage |
| Realtor Red 600 |
#D92228 |
217, 34, 40 |
Primary brand color, accents, CTAs, highlights |
| Realtor Red 700 |
#B81D22 |
184, 29, 34 |
Darker red for hover states, depth |
| Warm Gray 100 |
#F2F0EF |
242, 240, 239 |
Light backgrounds |
| Warm Gray 200 |
#E9E7E4 |
233, 231, 228 |
Card backgrounds, subtle dividers |
| Warm Gray 400 |
#BEB8B0 |
190, 184, 176 |
Borders, disabled states |
| Warm Gray 1200 |
#1A1816 |
26, 24, 22 |
Primary text, near-black |
Key rule: Use red sparingly as an accent. Never use red as large fields of color. Rely on warm grays for most of the design with red highlights for clarity and branding.
Secondary Palette (Internal Communications Only)
| Name |
Hex |
Usage |
| Orange |
#CC4E00 |
Warnings, alerts |
| Teal |
#008583 |
Positive indicators, success |
| Teal Dark |
#0D3D3B |
Dark teal accent |
| Blue |
#0D74CE |
Links, informational |
| Blue Dark |
#113264 |
Chart series, headers |
| Brown |
#582D1D |
Earthy accent |
| Purple Bright |
#C2298A |
Highlights |
| Purple |
#953EA3 |
Chart series |
| Purple Dark |
#651249 |
Dark accent |
| Purple Dark 2 |
#53195D |
Deepest purple |
Typography
Primary Fonts
| Font |
Weight |
Usage |
| Galano Grotesque |
Bold |
Headlines, impact text |
| Galano Grotesque |
Medium |
Body copy, supporting text |
Fallback Fonts by Context
| Context |
Font |
Weights |
| Google Slides/Docs/Sheets |
Poppins |
Extra Bold (headlines), Normal (body) |
| Email |
Helvetica |
Bold (headlines), Regular (body) |
| Web (no custom fonts) |
Arial, Helvetica |
Bold, Regular |
Typesetting Rules
- Headlines: 120% leading, optical spacing, 0 kerning
- Body: 50% of headline size, 140% leading, optical spacing
- Spacing: 100% of headline size between headline and body
Text Style Guidelines
Capitalization
- Use sentence case for headlines, subheads, and CTAs
- Capitalize only proper nouns
Punctuation
- No punctuation at end of headlines unless: question, exclamation, or internal punctuation needed
- If one headline in a series needs punctuation, add to all for consistency
- Use Oxford comma in lists (the comma before "and")
- Address consumers with commas, never colons
Logo Usage
Versions
- Primary Logo: House icon + wordmark (preferred) →
assets/logo-primary.svg
- Mini Logo: Optimized for small sizes
- Home Icon Only: Use when brand is well-established →
assets/icon-home.svg
Rules
- Minimum size: 150px width / 1.15 inches
- Clearspace: Size of one home icon on all sides
- Use over white, gray, or light backgrounds
- On dark/complex backgrounds: Use white pill shape behind logo
Don'ts
- Don't use wordmark alone
- Don't add drop shadows
- Don't change logo colors
- Don't stack the logo
- Don't place over complex backgrounds without pill
Chart & Visualization Guidelines
Standard Time Series / YoY Comparison Charts
| Series |
Color |
Hex |
Usage |
| Primary / Current |
Realtor Red |
#D92228 |
Current year, main metric (e.g., 2025) |
| Secondary / Prior |
Black |
#1A1816 |
Prior year, comparison (e.g., 2024) |
| Difference / Variance |
Light Gray |
#BEB8B0 |
% Diff bars, YoY change, variance |
| Target / Goal |
Teal |
#008583 |
Target lines, benchmarks, goals |
Multi-Series Charts (Non-YoY)
When comparing multiple metrics or categories:
- Realtor Red (#D92228) - Primary/featured series
- Blue (#0D74CE) - Secondary series
- Teal (#008583) - Tertiary series
- Orange (#CC4E00) - Fourth series or warnings
- Purple (#953EA3) - Additional series
- Black (#1A1816) - Reference/baseline
Best Practices
- Use red for the "current" or "focus" data series
- Black/dark gray for historical comparison
- Light gray for difference/variance indicators (bars behind lines)
- Teal for targets, goals, or benchmarks
- Keep gridlines and axis labels in Warm Gray 400 (#BEB8B0)
- Use Warm Gray 1200 (#1A1816) for axis titles and labels
Status/Semantic Colors
| Status |
Color |
Hex |
| Positive/Success |
Teal |
#008583 |
| Warning/Caution |
Orange |
#CC4E00 |
| Error/Negative |
Realtor Red 600 |
#D92228 |
| Info |
Blue |
#0D74CE |
Quick Reference: CSS Variables
:root {
/* Primary Brand */
--rdc-red-600: #D92228;
--rdc-red-700: #B81D22;
/* Warm Grays */
--rdc-gray-100: #F2F0EF;
--rdc-gray-200: #E9E7E4;
--rdc-gray-400: #BEB8B0;
--rdc-gray-1200: #1A1816;
/* Secondary Palette */
--rdc-orange: #CC4E00;
--rdc-teal: #008583;
--rdc-teal-dark: #0D3D3B;
--rdc-blue: #0D74CE;
--rdc-blue-dark: #113264;
/* Chart Colors - YoY Pattern */
--chart-current: #D92228; /* Red - current year/primary */
--chart-prior: #1A1816; /* Black - prior year/comparison */
--chart-diff: #BEB8B0; /* Light gray - variance bars */
--chart-target: #008583; /* Teal - targets/goals */
/* Typography */
--font-primary: 'Galano Grotesque', 'Poppins', Arial, sans-serif;
--font-headline-weight: 700;
--font-body-weight: 500;
}
Report Structure Templates
Executive Report
- Header: Warm Gray 100 background, Realtor Red accent line
- Section headers: Warm Gray 1200 text, Galano Bold
- KPI cards: White background, red for key numbers only
- Charts: Blue palette primary, red for featured callouts
Data Dashboard
- Background: White or Warm Gray 100
- Cards: White with Warm Gray 200 borders
- Headers: Warm Gray 1200
- Accent: Single red element per section maximum
Presentation Slides
- Title slides: Bold headline, minimal red accent
- Content slides: High contrast, generous whitespace
- Data slides: Blue chart palette, red highlights sparingly
- Use Poppins in Google Slides
1---2name: rdc-brand-style-guide3description: Realtor.com brand guidelines for creating branded reports, presentations, dashboards, and visualizations. Includes official colors, typography, logo usage rules, and styling guidance. Use when creating reports, HTML dashboards, presentations, charts, or any deliverable that should follow RDC brand standards. Triggers include requests for "branded" outputs, company presentations, executive reports, slide decks, or visualizations needing consistent Realtor.com styling.4---5
6# RDC Brand Style Guide
7
8Reference for creating on-brand reports, presentations, and visualizations.
9
10## Brand Assets
11
12### Included Logo Files
13This skill includes commonly used logo assets in the `assets/` folder:
14- `logo-primary.svg` - Full color logo (house icon + wordmark)
15- `icon-home.svg` - Standalone home icon for small sizes/favicons
16
17**Raw URLs for embedding:**
18```
19https://raw.githubusercontent.com/MoveRDC/claude-skills-marketing/main/skills/rdc-brand-style-guide/assets/logo-primary.svg
20https://raw.githubusercontent.com/MoveRDC/claude-skills-marketing/main/skills/rdc-brand-style-guide/assets/icon-home.svg
21```
22
23### Additional Brand Assets
24For additional logos, icons, photography, and brand resources:
25**Brand Asset Portal**: https://dam.gettyimages.com/realtor/brand-assets
26
27## Primary Color Palette
28
29| Name | Hex | RGB | Usage |
30|------|-----|-----|-------|
31| **Realtor Red 600** | #D92228 | 217, 34, 40 | Primary brand color, accents, CTAs, highlights |
32| **Realtor Red 700** | #B81D22 | 184, 29, 34 | Darker red for hover states, depth |
33| **Warm Gray 100** | #F2F0EF | 242, 240, 239 | Light backgrounds |
34| **Warm Gray 200** | #E9E7E4 | 233, 231, 228 | Card backgrounds, subtle dividers |
35| **Warm Gray 400** | #BEB8B0 | 190, 184, 176 | Borders, disabled states |
36| **Warm Gray 1200** | #1A1816 | 26, 24, 22 | Primary text, near-black |
37
38**Key rule**: Use red sparingly as an accent. Never use red as large fields of color. Rely on warm grays for most of the design with red highlights for clarity and branding.
39
40## Secondary Palette (Internal Communications Only)
41
42| Name | Hex | Usage |
43|------|-----|-------|
44| Orange | #CC4E00 | Warnings, alerts |
45| Teal | #008583 | Positive indicators, success |
46| Teal Dark | #0D3D3B | Dark teal accent |
47| Blue | #0D74CE | Links, informational |
48| Blue Dark | #113264 | Chart series, headers |
49| Brown | #582D1D | Earthy accent |
50| Purple Bright | #C2298A | Highlights |
51| Purple | #953EA3 | Chart series |
52| Purple Dark | #651249 | Dark accent |
53| Purple Dark 2 | #53195D | Deepest purple |
54
55## Typography
56
57### Primary Fonts
58| Font | Weight | Usage |
59|------|--------|-------|
60| **Galano Grotesque** | Bold | Headlines, impact text |
61| **Galano Grotesque** | Medium | Body copy, supporting text |
62
63### Fallback Fonts by Context
64| Context | Font | Weights |
65|---------|------|---------|
66| Google Slides/Docs/Sheets | **Poppins** | Extra Bold (headlines), Normal (body) |
67| Email | **Helvetica** | Bold (headlines), Regular (body) |
68| Web (no custom fonts) | Arial, Helvetica | Bold, Regular |
69
70### Typesetting Rules
71- **Headlines**: 120% leading, optical spacing, 0 kerning
72- **Body**: 50% of headline size, 140% leading, optical spacing
73- **Spacing**: 100% of headline size between headline and body
74
75## Text Style Guidelines
76
77### Capitalization
78- Use **sentence case** for headlines, subheads, and CTAs
79- Capitalize only proper nouns
80
81### Punctuation
82- No punctuation at end of headlines unless: question, exclamation, or internal punctuation needed
83- If one headline in a series needs punctuation, add to all for consistency
84- Use **Oxford comma** in lists (the comma before "and")
85- Address consumers with commas, never colons
86
87## Logo Usage
88
89### Versions
90- **Primary Logo**: House icon + wordmark (preferred) → `assets/logo-primary.svg`
91- **Mini Logo**: Optimized for small sizes
92- **Home Icon Only**: Use when brand is well-established → `assets/icon-home.svg`
93
94### Rules
95- Minimum size: **150px width / 1.15 inches**
96- Clearspace: Size of one home icon on all sides
97- Use over white, gray, or light backgrounds
98- On dark/complex backgrounds: Use white pill shape behind logo
99
100### Don'ts
101- Don't use wordmark alone
102- Don't add drop shadows
103- Don't change logo colors
104- Don't stack the logo
105- Don't place over complex backgrounds without pill
106
107## Chart & Visualization Guidelines
108
109### Standard Time Series / YoY Comparison Charts
110| Series | Color | Hex | Usage |
111|--------|-------|-----|-------|
112| **Primary / Current** | Realtor Red | #D92228 | Current year, main metric (e.g., 2025) |
113| **Secondary / Prior** | Black | #1A1816 | Prior year, comparison (e.g., 2024) |
114| **Difference / Variance** | Light Gray | #BEB8B0 | % Diff bars, YoY change, variance |
115| **Target / Goal** | Teal | #008583 | Target lines, benchmarks, goals |
116
117### Multi-Series Charts (Non-YoY)
118When comparing multiple metrics or categories:
1191. Realtor Red (#D92228) - Primary/featured series
1202. Blue (#0D74CE) - Secondary series
1213. Teal (#008583) - Tertiary series
1224. Orange (#CC4E00) - Fourth series or warnings
1235. Purple (#953EA3) - Additional series
1246. Black (#1A1816) - Reference/baseline
125
126### Best Practices
127- Use red for the "current" or "focus" data series
128- Black/dark gray for historical comparison
129- Light gray for difference/variance indicators (bars behind lines)
130- Teal for targets, goals, or benchmarks
131- Keep gridlines and axis labels in Warm Gray 400 (#BEB8B0)
132- Use Warm Gray 1200 (#1A1816) for axis titles and labels
133
134## Status/Semantic Colors
135
136| Status | Color | Hex |
137|--------|-------|-----|
138| Positive/Success | Teal | #008583 |
139| Warning/Caution | Orange | #CC4E00 |
140| Error/Negative | Realtor Red 600 | #D92228 |
141| Info | Blue | #0D74CE |
142
143## Quick Reference: CSS Variables
144
145```css
146:root {
147 /* Primary Brand */
148 --rdc-red-600: #D92228;
149 --rdc-red-700: #B81D22;
150
151 /* Warm Grays */
152 --rdc-gray-100: #F2F0EF;
153 --rdc-gray-200: #E9E7E4;
154 --rdc-gray-400: #BEB8B0;
155 --rdc-gray-1200: #1A1816;
156
157 /* Secondary Palette */
158 --rdc-orange: #CC4E00;
159 --rdc-teal: #008583;
160 --rdc-teal-dark: #0D3D3B;
161 --rdc-blue: #0D74CE;
162 --rdc-blue-dark: #113264;
163
164 /* Chart Colors - YoY Pattern */
165 --chart-current: #D92228; /* Red - current year/primary */
166 --chart-prior: #1A1816; /* Black - prior year/comparison */
167 --chart-diff: #BEB8B0; /* Light gray - variance bars */
168 --chart-target: #008583; /* Teal - targets/goals */
169
170 /* Typography */
171 --font-primary: 'Galano Grotesque', 'Poppins', Arial, sans-serif;
172 --font-headline-weight: 700;
173 --font-body-weight: 500;
174}
175```
176
177## Report Structure Templates
178
179### Executive Report
180- Header: Warm Gray 100 background, Realtor Red accent line
181- Section headers: Warm Gray 1200 text, Galano Bold
182- KPI cards: White background, red for key numbers only
183- Charts: Blue palette primary, red for featured callouts
184
185### Data Dashboard
186- Background: White or Warm Gray 100
187- Cards: White with Warm Gray 200 borders
188- Headers: Warm Gray 1200
189- Accent: Single red element per section maximum
190
191### Presentation Slides
192- Title slides: Bold headline, minimal red accent
193- Content slides: High contrast, generous whitespace
194- Data slides: Blue chart palette, red highlights sparingly
195- Use Poppins in Google Slides