Shades of Dixie #D6872E
Tints of Dixie #D6872E
RGB
CMYK
RGB Variations
Color information
#D6872E (or 0xD6872E) is known color: Dixie. HEX triplet: D6, 87 and 2E. RGB value is (214,135,46). Sum of RGB (Red+Green+Blue) = 214+135+46=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6872E is #2978D1. Grayscale: #949494. Windows color (decimal): -2717906 or 3049430. OLE color: 3049430.
HSL color Cylindrical-coordinate representation of color #D6872E: hue angle of 31.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6872E is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 46 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.16 |
| HSL | 31.79º | 0.67% | 0.51% | - |
| HSV(B) | 31.79º | 0.79% | 0.84% | - |
| XYZ | 36.89 | 31.82 | 6.78 | - |
| YUV | 148.48 | 70.17 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 46 | 0 | 0.37 | 0.79 | 0.16 | 31.79 | 0.67 | 0.51 |
| Hex | D6 | 87 | 2E | 0 | 25 | 4F | 10 | 20 | 43 | 33 |
| Octal | 326 | 207 | 56 | 0 | 45 | 117 | 20 | 40 | 103 | 63 |
| Binary | 11010110 | 10000111 | 101110 | 0 | 100101 | 1001111 | 10000 | 100000 | 1000011 | 110011 |
Color Harmonies of #D6872E
Complementary color
Monochromatic Colors of #D6872E
Black with #D6872E
Text Example
Text Example
White with #D6872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6872E; }
p { color: rgb(214,135,46); }
H1.HeaderClassName
{
color: #D6872E;
}
.AnyTagClassName
{
color: #D6872E;
}
</style>
background-color css
<style>
a { background-color: #D6872E; }
a { background-color: rgb(214,135,46); }
div.DivClassName
{
background-color: #D6872E;
}
.BgClassName
{
background-color: #D6872E;
}
</style>
border-color css
<style>
span { border-color: #D6872E; }
span { border-color: rgb(214,135,46); }
td.TdClassName
{
border-color: #D6872E;
}
.TagClassName
{
border-color: #D6872E;
}
</style>