Shades of Dixie #D0862A
Tints of Dixie #D0862A
RGB
CMYK
RGB Variations
Color information
#D0862A (or 0xD0862A) is known color: Dixie. HEX triplet: D0, 86 and 2A. RGB value is (208,134,42). Sum of RGB (Red+Green+Blue) = 208+134+42=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0862A is #2F79D5. Grayscale: #929292. Windows color (decimal): -3111382 or 2787024. OLE color: 2787024.
HSL color Cylindrical-coordinate representation of color #D0862A: hue angle of 33.25º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0862A is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 42 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.18 |
| HSL | 33.25º | 0.66% | 0.49% | - |
| HSV(B) | 33.25º | 0.8% | 0.82% | - |
| XYZ | 34.96 | 30.63 | 6.26 | - |
| YUV | 145.64 | 69.52 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 42 | 0 | 0.36 | 0.80 | 0.18 | 33.25 | 0.66 | 0.49 |
| Hex | D0 | 86 | 2A | 0 | 24 | 50 | 12 | 21 | 42 | 31 |
| Octal | 320 | 206 | 52 | 0 | 44 | 120 | 22 | 41 | 102 | 61 |
| Binary | 11010000 | 10000110 | 101010 | 0 | 100100 | 1010000 | 10010 | 100001 | 1000010 | 110001 |
Color Harmonies of #D0862A
Complementary color
Monochromatic Colors of #D0862A
Black with #D0862A
Text Example
Text Example
White with #D0862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0862A; }
p { color: rgb(208,134,42); }
H1.HeaderClassName
{
color: #D0862A;
}
.AnyTagClassName
{
color: #D0862A;
}
</style>
background-color css
<style>
a { background-color: #D0862A; }
a { background-color: rgb(208,134,42); }
div.DivClassName
{
background-color: #D0862A;
}
.BgClassName
{
background-color: #D0862A;
}
</style>
border-color css
<style>
span { border-color: #D0862A; }
span { border-color: rgb(208,134,42); }
td.TdClassName
{
border-color: #D0862A;
}
.TagClassName
{
border-color: #D0862A;
}
</style>