Shades of Dixie #D6862D
Tints of Dixie #D6862D
RGB
CMYK
RGB Variations
Color information
#D6862D (or 0xD6862D) is known color: Dixie. HEX triplet: D6, 86 and 2D. RGB value is (214,134,45). Sum of RGB (Red+Green+Blue) = 214+134+45=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6862D is #2979D2. Grayscale: #949494. Windows color (decimal): -2718163 or 2983638. OLE color: 2983638.
HSL color Cylindrical-coordinate representation of color #D6862D: hue angle of 31.6º 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 #D6862D is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 45 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.16 |
| HSL | 31.6º | 0.67% | 0.51% | - |
| HSV(B) | 31.6º | 0.79% | 0.84% | - |
| XYZ | 36.73 | 31.54 | 6.63 | - |
| YUV | 147.77 | 70 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 45 | 0 | 0.37 | 0.79 | 0.16 | 31.6 | 0.67 | 0.51 |
| Hex | D6 | 86 | 2D | 0 | 25 | 4F | 10 | 20 | 43 | 33 |
| Octal | 326 | 206 | 55 | 0 | 45 | 117 | 20 | 40 | 103 | 63 |
| Binary | 11010110 | 10000110 | 101101 | 0 | 100101 | 1001111 | 10000 | 100000 | 1000011 | 110011 |
Color Harmonies of #D6862D
Complementary color
Monochromatic Colors of #D6862D
Black with #D6862D
Text Example
Text Example
White with #D6862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6862D; }
p { color: rgb(214,134,45); }
H1.HeaderClassName
{
color: #D6862D;
}
.AnyTagClassName
{
color: #D6862D;
}
</style>
background-color css
<style>
a { background-color: #D6862D; }
a { background-color: rgb(214,134,45); }
div.DivClassName
{
background-color: #D6862D;
}
.BgClassName
{
background-color: #D6862D;
}
</style>
border-color css
<style>
span { border-color: #D6862D; }
span { border-color: rgb(214,134,45); }
td.TdClassName
{
border-color: #D6862D;
}
.TagClassName
{
border-color: #D6862D;
}
</style>