Shades of Dixie #D0852F
Tints of Dixie #D0852F
RGB
CMYK
RGB Variations
Color information
#D0852F (or 0xD0852F) is known color: Dixie. HEX triplet: D0, 85 and 2F. RGB value is (208,133,47). Sum of RGB (Red+Green+Blue) = 208+133+47=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0852F is #2F7AD0. Grayscale: #929292. Windows color (decimal): -3111633 or 3114448. OLE color: 3114448.
HSL color Cylindrical-coordinate representation of color #D0852F: hue angle of 32.05º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0852F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 47 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.18 |
| HSL | 32.05º | 0.63% | 0.5% | - |
| HSV(B) | 32.05º | 0.77% | 0.82% | - |
| XYZ | 34.91 | 30.39 | 6.72 | - |
| YUV | 145.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 47 | 0 | 0.36 | 0.77 | 0.18 | 32.05 | 0.63 | 0.5 |
| Hex | D0 | 85 | 2F | 0 | 24 | 4D | 12 | 20 | 3F | 32 |
| Octal | 320 | 205 | 57 | 0 | 44 | 115 | 22 | 40 | 77 | 62 |
| Binary | 11010000 | 10000101 | 101111 | 0 | 100100 | 1001101 | 10010 | 100000 | 111111 | 110010 |
Color Harmonies of #D0852F
Complementary color
Monochromatic Colors of #D0852F
Black with #D0852F
Text Example
Text Example
White with #D0852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0852F; }
p { color: rgb(208,133,47); }
H1.HeaderClassName
{
color: #D0852F;
}
.AnyTagClassName
{
color: #D0852F;
}
</style>
background-color css
<style>
a { background-color: #D0852F; }
a { background-color: rgb(208,133,47); }
div.DivClassName
{
background-color: #D0852F;
}
.BgClassName
{
background-color: #D0852F;
}
</style>
border-color css
<style>
span { border-color: #D0852F; }
span { border-color: rgb(208,133,47); }
td.TdClassName
{
border-color: #D0852F;
}
.TagClassName
{
border-color: #D0852F;
}
</style>