Shades of Dixie #D6842D
Tints of Dixie #D6842D
RGB
CMYK
RGB Variations
Color information
#D6842D (or 0xD6842D) is known color: Dixie. HEX triplet: D6, 84 and 2D. RGB value is (214,132,45). Sum of RGB (Red+Green+Blue) = 214+132+45=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6842D is #297BD2. Grayscale: #939393. Windows color (decimal): -2718675 or 2983126. OLE color: 2983126.
HSL color Cylindrical-coordinate representation of color #D6842D: hue angle of 30.89º 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 #D6842D is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 45 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.16 |
| HSL | 30.89º | 0.67% | 0.51% | - |
| HSV(B) | 30.89º | 0.79% | 0.84% | - |
| XYZ | 36.46 | 30.99 | 6.54 | - |
| YUV | 146.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 45 | 0 | 0.38 | 0.79 | 0.16 | 30.89 | 0.67 | 0.51 |
| Hex | D6 | 84 | 2D | 0 | 26 | 4F | 10 | 1F | 43 | 33 |
| Octal | 326 | 204 | 55 | 0 | 46 | 117 | 20 | 37 | 103 | 63 |
| Binary | 11010110 | 10000100 | 101101 | 0 | 100110 | 1001111 | 10000 | 11111 | 1000011 | 110011 |
Color Harmonies of #D6842D
Complementary color
Monochromatic Colors of #D6842D
Black with #D6842D
Text Example
Text Example
White with #D6842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6842D; }
p { color: rgb(214,132,45); }
H1.HeaderClassName
{
color: #D6842D;
}
.AnyTagClassName
{
color: #D6842D;
}
</style>
background-color css
<style>
a { background-color: #D6842D; }
a { background-color: rgb(214,132,45); }
div.DivClassName
{
background-color: #D6842D;
}
.BgClassName
{
background-color: #D6842D;
}
</style>
border-color css
<style>
span { border-color: #D6842D; }
span { border-color: rgb(214,132,45); }
td.TdClassName
{
border-color: #D6842D;
}
.TagClassName
{
border-color: #D6842D;
}
</style>