Shades of Dixie #D8842D
Tints of Dixie #D8842D
RGB
CMYK
RGB Variations
Color information
#D8842D (or 0xD8842D) is known color: Dixie. HEX triplet: D8, 84 and 2D. RGB value is (216,132,45). Sum of RGB (Red+Green+Blue) = 216+132+45=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8842D is #277BD2. Grayscale: #939393. Windows color (decimal): -2587603 or 2983128. OLE color: 2983128.
HSL color Cylindrical-coordinate representation of color #D8842D: hue angle of 30.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8842D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 45 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.15 |
| HSL | 30.53º | 0.69% | 0.51% | - |
| HSV(B) | 30.53º | 0.79% | 0.85% | - |
| XYZ | 37.04 | 31.29 | 6.57 | - |
| YUV | 147.2 | 70.33 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 45 | 0 | 0.39 | 0.79 | 0.15 | 30.53 | 0.69 | 0.51 |
| Hex | D8 | 84 | 2D | 0 | 27 | 4F | F | 1F | 45 | 33 |
| Octal | 330 | 204 | 55 | 0 | 47 | 117 | 17 | 37 | 105 | 63 |
| Binary | 11011000 | 10000100 | 101101 | 0 | 100111 | 1001111 | 1111 | 11111 | 1000101 | 110011 |
Color Harmonies of #D8842D
Complementary color
Monochromatic Colors of #D8842D
Black with #D8842D
Text Example
Text Example
White with #D8842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8842D; }
p { color: rgb(216,132,45); }
H1.HeaderClassName
{
color: #D8842D;
}
.AnyTagClassName
{
color: #D8842D;
}
</style>
background-color css
<style>
a { background-color: #D8842D; }
a { background-color: rgb(216,132,45); }
div.DivClassName
{
background-color: #D8842D;
}
.BgClassName
{
background-color: #D8842D;
}
</style>
border-color css
<style>
span { border-color: #D8842D; }
span { border-color: rgb(216,132,45); }
td.TdClassName
{
border-color: #D8842D;
}
.TagClassName
{
border-color: #D8842D;
}
</style>