Shades of Dixie #D0862F
Tints of Dixie #D0862F
RGB
CMYK
RGB Variations
Color information
#D0862F (or 0xD0862F) is known color: Dixie. HEX triplet: D0, 86 and 2F. RGB value is (208,134,47). Sum of RGB (Red+Green+Blue) = 208+134+47=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0862F is #2F79D0. Grayscale: #929292. Windows color (decimal): -3111377 or 3114704. OLE color: 3114704.
HSL color Cylindrical-coordinate representation of color #D0862F: hue angle of 32.42º 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 #D0862F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 47 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.18 |
| HSL | 32.42º | 0.63% | 0.5% | - |
| HSV(B) | 32.42º | 0.77% | 0.82% | - |
| XYZ | 35.05 | 30.67 | 6.76 | - |
| YUV | 146.21 | 72.02 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 47 | 0 | 0.36 | 0.77 | 0.18 | 32.42 | 0.63 | 0.5 |
| Hex | D0 | 86 | 2F | 0 | 24 | 4D | 12 | 20 | 3F | 32 |
| Octal | 320 | 206 | 57 | 0 | 44 | 115 | 22 | 40 | 77 | 62 |
| Binary | 11010000 | 10000110 | 101111 | 0 | 100100 | 1001101 | 10010 | 100000 | 111111 | 110010 |
Color Harmonies of #D0862F
Complementary color
Monochromatic Colors of #D0862F
Black with #D0862F
Text Example
Text Example
White with #D0862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0862F; }
p { color: rgb(208,134,47); }
H1.HeaderClassName
{
color: #D0862F;
}
.AnyTagClassName
{
color: #D0862F;
}
</style>
background-color css
<style>
a { background-color: #D0862F; }
a { background-color: rgb(208,134,47); }
div.DivClassName
{
background-color: #D0862F;
}
.BgClassName
{
background-color: #D0862F;
}
</style>
border-color css
<style>
span { border-color: #D0862F; }
span { border-color: rgb(208,134,47); }
td.TdClassName
{
border-color: #D0862F;
}
.TagClassName
{
border-color: #D0862F;
}
</style>