Shades of Dixie #D08624
Tints of Dixie #D08624
RGB
CMYK
RGB Variations
Color information
#D08624 (or 0xD08624) is known color: Dixie. HEX triplet: D0, 86 and 24. RGB value is (208,134,36). Sum of RGB (Red+Green+Blue) = 208+134+36=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D08624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08624 is #2F79DB. Grayscale: #919191. Windows color (decimal): -3111388 or 2393808. OLE color: 2393808.
HSL color Cylindrical-coordinate representation of color #D08624: hue angle of 34.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D08624 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 36 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.18 |
| HSL | 34.19º | 0.7% | 0.48% | - |
| HSV(B) | 34.19º | 0.83% | 0.82% | - |
| XYZ | 34.86 | 30.59 | 5.74 | - |
| YUV | 144.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 36 | 0 | 0.36 | 0.83 | 0.18 | 34.19 | 0.7 | 0.48 |
| Hex | D0 | 86 | 24 | 0 | 24 | 53 | 12 | 22 | 46 | 30 |
| Octal | 320 | 206 | 44 | 0 | 44 | 123 | 22 | 42 | 106 | 60 |
| Binary | 11010000 | 10000110 | 100100 | 0 | 100100 | 1010011 | 10010 | 100010 | 1000110 | 110000 |
Color Harmonies of #D08624
Complementary color
Monochromatic Colors of #D08624
Black with #D08624
Text Example
Text Example
White with #D08624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08624; }
p { color: rgb(208,134,36); }
H1.HeaderClassName
{
color: #D08624;
}
.AnyTagClassName
{
color: #D08624;
}
</style>
background-color css
<style>
a { background-color: #D08624; }
a { background-color: rgb(208,134,36); }
div.DivClassName
{
background-color: #D08624;
}
.BgClassName
{
background-color: #D08624;
}
</style>
border-color css
<style>
span { border-color: #D08624; }
span { border-color: rgb(208,134,36); }
td.TdClassName
{
border-color: #D08624;
}
.TagClassName
{
border-color: #D08624;
}
</style>