Shades of Dixie #D08324
Tints of Dixie #D08324
RGB
CMYK
RGB Variations
Color information
#D08324 (or 0xD08324) is known color: Dixie. HEX triplet: D0, 83 and 24. RGB value is (208,131,36). Sum of RGB (Red+Green+Blue) = 208+131+36=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D08324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08324 is #2F7CDB. Grayscale: #8F8F8F. Windows color (decimal): -3112156 or 2393040. OLE color: 2393040.
HSL color Cylindrical-coordinate representation of color #D08324: hue angle of 33.14º 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 #D08324 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 36 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.18 |
| HSL | 33.14º | 0.7% | 0.48% | - |
| HSV(B) | 33.14º | 0.83% | 0.82% | - |
| XYZ | 34.45 | 29.77 | 5.6 | - |
| YUV | 143.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 36 | 0 | 0.37 | 0.83 | 0.18 | 33.14 | 0.7 | 0.48 |
| Hex | D0 | 83 | 24 | 0 | 25 | 53 | 12 | 21 | 46 | 30 |
| Octal | 320 | 203 | 44 | 0 | 45 | 123 | 22 | 41 | 106 | 60 |
| Binary | 11010000 | 10000011 | 100100 | 0 | 100101 | 1010011 | 10010 | 100001 | 1000110 | 110000 |
Color Harmonies of #D08324
Complementary color
Monochromatic Colors of #D08324
Black with #D08324
Text Example
Text Example
White with #D08324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08324; }
p { color: rgb(208,131,36); }
H1.HeaderClassName
{
color: #D08324;
}
.AnyTagClassName
{
color: #D08324;
}
</style>
background-color css
<style>
a { background-color: #D08324; }
a { background-color: rgb(208,131,36); }
div.DivClassName
{
background-color: #D08324;
}
.BgClassName
{
background-color: #D08324;
}
</style>
border-color css
<style>
span { border-color: #D08324; }
span { border-color: rgb(208,131,36); }
td.TdClassName
{
border-color: #D08324;
}
.TagClassName
{
border-color: #D08324;
}
</style>