Shades of Dixie #D8852D
Tints of Dixie #D8852D
RGB
CMYK
RGB Variations
Color information
#D8852D (or 0xD8852D) is known color: Dixie. HEX triplet: D8, 85 and 2D. RGB value is (216,133,45). Sum of RGB (Red+Green+Blue) = 216+133+45=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8852D is #277AD2. Grayscale: #949494. Windows color (decimal): -2587347 or 2983384. OLE color: 2983384.
HSL color Cylindrical-coordinate representation of color #D8852D: hue angle of 30.88º 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 #D8852D is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 45 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.15 |
| HSL | 30.88º | 0.69% | 0.51% | - |
| HSV(B) | 30.88º | 0.79% | 0.85% | - |
| XYZ | 37.18 | 31.56 | 6.62 | - |
| YUV | 147.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 45 | 0 | 0.38 | 0.79 | 0.15 | 30.88 | 0.69 | 0.51 |
| Hex | D8 | 85 | 2D | 0 | 26 | 4F | F | 1F | 45 | 33 |
| Octal | 330 | 205 | 55 | 0 | 46 | 117 | 17 | 37 | 105 | 63 |
| Binary | 11011000 | 10000101 | 101101 | 0 | 100110 | 1001111 | 1111 | 11111 | 1000101 | 110011 |
Color Harmonies of #D8852D
Complementary color
Monochromatic Colors of #D8852D
Black with #D8852D
Text Example
Text Example
White with #D8852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8852D; }
p { color: rgb(216,133,45); }
H1.HeaderClassName
{
color: #D8852D;
}
.AnyTagClassName
{
color: #D8852D;
}
</style>
background-color css
<style>
a { background-color: #D8852D; }
a { background-color: rgb(216,133,45); }
div.DivClassName
{
background-color: #D8852D;
}
.BgClassName
{
background-color: #D8852D;
}
</style>
border-color css
<style>
span { border-color: #D8852D; }
span { border-color: rgb(216,133,45); }
td.TdClassName
{
border-color: #D8852D;
}
.TagClassName
{
border-color: #D8852D;
}
</style>