Shades of Dixie #D8882B
Tints of Dixie #D8882B
RGB
CMYK
RGB Variations
Color information
#D8882B (or 0xD8882B) is known color: Dixie. HEX triplet: D8, 88 and 2B. RGB value is (216,136,43). Sum of RGB (Red+Green+Blue) = 216+136+43=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8882B is #2777D4. Grayscale: #959595. Windows color (decimal): -2586581 or 2853080. OLE color: 2853080.
HSL color Cylindrical-coordinate representation of color #D8882B: hue angle of 32.25º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8882B is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 43 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.15 |
| HSL | 32.25º | 0.69% | 0.51% | - |
| HSV(B) | 32.25º | 0.8% | 0.85% | - |
| XYZ | 37.56 | 32.38 | 6.56 | - |
| YUV | 149.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 43 | 0 | 0.37 | 0.80 | 0.15 | 32.25 | 0.69 | 0.51 |
| Hex | D8 | 88 | 2B | 0 | 25 | 50 | F | 20 | 45 | 33 |
| Octal | 330 | 210 | 53 | 0 | 45 | 120 | 17 | 40 | 105 | 63 |
| Binary | 11011000 | 10001000 | 101011 | 0 | 100101 | 1010000 | 1111 | 100000 | 1000101 | 110011 |
Color Harmonies of #D8882B
Complementary color
Monochromatic Colors of #D8882B
Black with #D8882B
Text Example
Text Example
White with #D8882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8882B; }
p { color: rgb(216,136,43); }
H1.HeaderClassName
{
color: #D8882B;
}
.AnyTagClassName
{
color: #D8882B;
}
</style>
background-color css
<style>
a { background-color: #D8882B; }
a { background-color: rgb(216,136,43); }
div.DivClassName
{
background-color: #D8882B;
}
.BgClassName
{
background-color: #D8882B;
}
</style>
border-color css
<style>
span { border-color: #D8882B; }
span { border-color: rgb(216,136,43); }
td.TdClassName
{
border-color: #D8882B;
}
.TagClassName
{
border-color: #D8882B;
}
</style>