Shades of Dixie #D08325
Tints of Dixie #D08325
RGB
CMYK
RGB Variations
Color information
#D08325 (or 0xD08325) is known color: Dixie. HEX triplet: D0, 83 and 25. RGB value is (208,131,37). Sum of RGB (Red+Green+Blue) = 208+131+37=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D08325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08325 is #2F7CDA. Grayscale: #8F8F8F. Windows color (decimal): -3112155 or 2458576. OLE color: 2458576.
HSL color Cylindrical-coordinate representation of color #D08325: hue angle of 32.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D08325 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 37 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.18 |
| HSL | 32.98º | 0.7% | 0.48% | - |
| HSV(B) | 32.98º | 0.82% | 0.82% | - |
| XYZ | 34.46 | 29.78 | 5.68 | - |
| YUV | 143.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 37 | 0 | 0.37 | 0.82 | 0.18 | 32.98 | 0.7 | 0.48 |
| Hex | D0 | 83 | 25 | 0 | 25 | 52 | 12 | 21 | 46 | 30 |
| Octal | 320 | 203 | 45 | 0 | 45 | 122 | 22 | 41 | 106 | 60 |
| Binary | 11010000 | 10000011 | 100101 | 0 | 100101 | 1010010 | 10010 | 100001 | 1000110 | 110000 |
Color Harmonies of #D08325
Complementary color
Monochromatic Colors of #D08325
Black with #D08325
Text Example
Text Example
White with #D08325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08325; }
p { color: rgb(208,131,37); }
H1.HeaderClassName
{
color: #D08325;
}
.AnyTagClassName
{
color: #D08325;
}
</style>
background-color css
<style>
a { background-color: #D08325; }
a { background-color: rgb(208,131,37); }
div.DivClassName
{
background-color: #D08325;
}
.BgClassName
{
background-color: #D08325;
}
</style>
border-color css
<style>
span { border-color: #D08325; }
span { border-color: rgb(208,131,37); }
td.TdClassName
{
border-color: #D08325;
}
.TagClassName
{
border-color: #D08325;
}
</style>