Shades of Dixie #D6862A
Tints of Dixie #D6862A
RGB
CMYK
RGB Variations
Color information
#D6862A (or 0xD6862A) is known color: Dixie. HEX triplet: D6, 86 and 2A. RGB value is (214,134,42). Sum of RGB (Red+Green+Blue) = 214+134+42=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6862A is #2979D5. Grayscale: #939393. Windows color (decimal): -2718166 or 2787030. OLE color: 2787030.
HSL color Cylindrical-coordinate representation of color #D6862A: hue angle of 32.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6862A is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 42 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.16 |
| HSL | 32.09º | 0.68% | 0.5% | - |
| HSV(B) | 32.09º | 0.8% | 0.84% | - |
| XYZ | 36.67 | 31.51 | 6.34 | - |
| YUV | 147.43 | 68.5 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 42 | 0 | 0.37 | 0.80 | 0.16 | 32.09 | 0.68 | 0.5 |
| Hex | D6 | 86 | 2A | 0 | 25 | 50 | 10 | 20 | 44 | 32 |
| Octal | 326 | 206 | 52 | 0 | 45 | 120 | 20 | 40 | 104 | 62 |
| Binary | 11010110 | 10000110 | 101010 | 0 | 100101 | 1010000 | 10000 | 100000 | 1000100 | 110010 |
Color Harmonies of #D6862A
Complementary color
Monochromatic Colors of #D6862A
Black with #D6862A
Text Example
Text Example
White with #D6862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6862A; }
p { color: rgb(214,134,42); }
H1.HeaderClassName
{
color: #D6862A;
}
.AnyTagClassName
{
color: #D6862A;
}
</style>
background-color css
<style>
a { background-color: #D6862A; }
a { background-color: rgb(214,134,42); }
div.DivClassName
{
background-color: #D6862A;
}
.BgClassName
{
background-color: #D6862A;
}
</style>
border-color css
<style>
span { border-color: #D6862A; }
span { border-color: rgb(214,134,42); }
td.TdClassName
{
border-color: #D6862A;
}
.TagClassName
{
border-color: #D6862A;
}
</style>