Shades of Dixie #D4872C
Tints of Dixie #D4872C
RGB
CMYK
RGB Variations
Color information
#D4872C (or 0xD4872C) is known color: Dixie. HEX triplet: D4, 87 and 2C. RGB value is (212,135,44). Sum of RGB (Red+Green+Blue) = 212+135+44=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4872C is #2B78D3. Grayscale: #949494. Windows color (decimal): -2848980 or 2918356. OLE color: 2918356.
HSL color Cylindrical-coordinate representation of color #D4872C: hue angle of 32.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4872C is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 135 | 44 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.17 |
| HSL | 32.5º | 0.66% | 0.5% | - |
| HSV(B) | 32.5º | 0.79% | 0.83% | - |
| XYZ | 36.27 | 31.51 | 6.55 | - |
| YUV | 147.65 | 69.51 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 44 | 0 | 0.36 | 0.79 | 0.17 | 32.5 | 0.66 | 0.5 |
| Hex | D4 | 87 | 2C | 0 | 24 | 4F | 11 | 20 | 42 | 32 |
| Octal | 324 | 207 | 54 | 0 | 44 | 117 | 21 | 40 | 102 | 62 |
| Binary | 11010100 | 10000111 | 101100 | 0 | 100100 | 1001111 | 10001 | 100000 | 1000010 | 110010 |
Color Harmonies of #D4872C
Complementary color
Monochromatic Colors of #D4872C
Black with #D4872C
Text Example
Text Example
White with #D4872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4872C; }
p { color: rgb(212,135,44); }
H1.HeaderClassName
{
color: #D4872C;
}
.AnyTagClassName
{
color: #D4872C;
}
</style>
background-color css
<style>
a { background-color: #D4872C; }
a { background-color: rgb(212,135,44); }
div.DivClassName
{
background-color: #D4872C;
}
.BgClassName
{
background-color: #D4872C;
}
</style>
border-color css
<style>
span { border-color: #D4872C; }
span { border-color: rgb(212,135,44); }
td.TdClassName
{
border-color: #D4872C;
}
.TagClassName
{
border-color: #D4872C;
}
</style>