Shades of Dixie #D2882B
Tints of Dixie #D2882B
RGB
CMYK
RGB Variations
Color information
#D2882B (or 0xD2882B) is known color: Dixie. HEX triplet: D2, 88 and 2B. RGB value is (210,136,43). Sum of RGB (Red+Green+Blue) = 210+136+43=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2882B is #2D77D4. Grayscale: #939393. Windows color (decimal): -2979797 or 2853074. OLE color: 2853074.
HSL color Cylindrical-coordinate representation of color #D2882B: hue angle of 33.41º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2882B is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 43 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.18 |
| HSL | 33.41º | 0.66% | 0.5% | - |
| HSV(B) | 33.41º | 0.8% | 0.82% | - |
| XYZ | 35.82 | 31.48 | 6.47 | - |
| YUV | 147.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 43 | 0 | 0.35 | 0.80 | 0.18 | 33.41 | 0.66 | 0.5 |
| Hex | D2 | 88 | 2B | 0 | 23 | 50 | 12 | 21 | 42 | 32 |
| Octal | 322 | 210 | 53 | 0 | 43 | 120 | 22 | 41 | 102 | 62 |
| Binary | 11010010 | 10001000 | 101011 | 0 | 100011 | 1010000 | 10010 | 100001 | 1000010 | 110010 |
Color Harmonies of #D2882B
Complementary color
Monochromatic Colors of #D2882B
Black with #D2882B
Text Example
Text Example
White with #D2882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2882B; }
p { color: rgb(210,136,43); }
H1.HeaderClassName
{
color: #D2882B;
}
.AnyTagClassName
{
color: #D2882B;
}
</style>
background-color css
<style>
a { background-color: #D2882B; }
a { background-color: rgb(210,136,43); }
div.DivClassName
{
background-color: #D2882B;
}
.BgClassName
{
background-color: #D2882B;
}
</style>
border-color css
<style>
span { border-color: #D2882B; }
span { border-color: rgb(210,136,43); }
td.TdClassName
{
border-color: #D2882B;
}
.TagClassName
{
border-color: #D2882B;
}
</style>