Shades of Dixie #D08729
Tints of Dixie #D08729
RGB
CMYK
RGB Variations
Color information
#D08729 (or 0xD08729) is known color: Dixie. HEX triplet: D0, 87 and 29. RGB value is (208,135,41). Sum of RGB (Red+Green+Blue) = 208+135+41=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D08729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08729 is #2F78D6. Grayscale: #929292. Windows color (decimal): -3111127 or 2721744. OLE color: 2721744.
HSL color Cylindrical-coordinate representation of color #D08729: hue angle of 33.77º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D08729 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 41 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.18 |
| HSL | 33.77º | 0.67% | 0.49% | - |
| HSV(B) | 33.77º | 0.8% | 0.82% | - |
| XYZ | 35.08 | 30.9 | 6.21 | - |
| YUV | 146.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 41 | 0 | 0.35 | 0.80 | 0.18 | 33.77 | 0.67 | 0.49 |
| Hex | D0 | 87 | 29 | 0 | 23 | 50 | 12 | 22 | 43 | 31 |
| Octal | 320 | 207 | 51 | 0 | 43 | 120 | 22 | 42 | 103 | 61 |
| Binary | 11010000 | 10000111 | 101001 | 0 | 100011 | 1010000 | 10010 | 100010 | 1000011 | 110001 |
Color Harmonies of #D08729
Complementary color
Monochromatic Colors of #D08729
Black with #D08729
Text Example
Text Example
White with #D08729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08729; }
p { color: rgb(208,135,41); }
H1.HeaderClassName
{
color: #D08729;
}
.AnyTagClassName
{
color: #D08729;
}
</style>
background-color css
<style>
a { background-color: #D08729; }
a { background-color: rgb(208,135,41); }
div.DivClassName
{
background-color: #D08729;
}
.BgClassName
{
background-color: #D08729;
}
</style>
border-color css
<style>
span { border-color: #D08729; }
span { border-color: rgb(208,135,41); }
td.TdClassName
{
border-color: #D08729;
}
.TagClassName
{
border-color: #D08729;
}
</style>