Shades of Dixie #D08732
Tints of Dixie #D08732
RGB
CMYK
RGB Variations
Color information
#D08732 (or 0xD08732) is known color: Dixie. HEX triplet: D0, 87 and 32. RGB value is (208,135,50). Sum of RGB (Red+Green+Blue) = 208+135+50=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D08732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08732 is #2F78CD. Grayscale: #939393. Windows color (decimal): -3111118 or 3311568. OLE color: 3311568.
HSL color Cylindrical-coordinate representation of color #D08732: hue angle of 32.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D08732 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 50 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.18 |
| HSL | 32.28º | 0.63% | 0.51% | - |
| HSV(B) | 32.28º | 0.76% | 0.82% | - |
| XYZ | 35.25 | 30.97 | 7.14 | - |
| YUV | 147.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 50 | 0 | 0.35 | 0.76 | 0.18 | 32.28 | 0.63 | 0.51 |
| Hex | D0 | 87 | 32 | 0 | 23 | 4C | 12 | 20 | 3F | 33 |
| Octal | 320 | 207 | 62 | 0 | 43 | 114 | 22 | 40 | 77 | 63 |
| Binary | 11010000 | 10000111 | 110010 | 0 | 100011 | 1001100 | 10010 | 100000 | 111111 | 110011 |
Color Harmonies of #D08732
Complementary color
Monochromatic Colors of #D08732
Black with #D08732
Text Example
Text Example
White with #D08732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08732; }
p { color: rgb(208,135,50); }
H1.HeaderClassName
{
color: #D08732;
}
.AnyTagClassName
{
color: #D08732;
}
</style>
background-color css
<style>
a { background-color: #D08732; }
a { background-color: rgb(208,135,50); }
div.DivClassName
{
background-color: #D08732;
}
.BgClassName
{
background-color: #D08732;
}
</style>
border-color css
<style>
span { border-color: #D08732; }
span { border-color: rgb(208,135,50); }
td.TdClassName
{
border-color: #D08732;
}
.TagClassName
{
border-color: #D08732;
}
</style>