Shades of Dixie #D08532
Tints of Dixie #D08532
RGB
CMYK
RGB Variations
Color information
#D08532 (or 0xD08532) is known color: Dixie. HEX triplet: D0, 85 and 32. RGB value is (208,133,50). Sum of RGB (Red+Green+Blue) = 208+133+50=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D08532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08532 is #2F7ACD. Grayscale: #929292. Windows color (decimal): -3111630 or 3311056. OLE color: 3311056.
HSL color Cylindrical-coordinate representation of color #D08532: hue angle of 31.52º 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 #D08532 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 50 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.18 |
| HSL | 31.52º | 0.63% | 0.51% | - |
| HSV(B) | 31.52º | 0.76% | 0.82% | - |
| XYZ | 34.98 | 30.42 | 7.04 | - |
| YUV | 145.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 50 | 0 | 0.36 | 0.76 | 0.18 | 31.52 | 0.63 | 0.51 |
| Hex | D0 | 85 | 32 | 0 | 24 | 4C | 12 | 20 | 3F | 33 |
| Octal | 320 | 205 | 62 | 0 | 44 | 114 | 22 | 40 | 77 | 63 |
| Binary | 11010000 | 10000101 | 110010 | 0 | 100100 | 1001100 | 10010 | 100000 | 111111 | 110011 |
Color Harmonies of #D08532
Complementary color
Monochromatic Colors of #D08532
Black with #D08532
Text Example
Text Example
White with #D08532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08532; }
p { color: rgb(208,133,50); }
H1.HeaderClassName
{
color: #D08532;
}
.AnyTagClassName
{
color: #D08532;
}
</style>
background-color css
<style>
a { background-color: #D08532; }
a { background-color: rgb(208,133,50); }
div.DivClassName
{
background-color: #D08532;
}
.BgClassName
{
background-color: #D08532;
}
</style>
border-color css
<style>
span { border-color: #D08532; }
span { border-color: rgb(208,133,50); }
td.TdClassName
{
border-color: #D08532;
}
.TagClassName
{
border-color: #D08532;
}
</style>