Shades of Dixie #D2882A
Tints of Dixie #D2882A
RGB
CMYK
RGB Variations
Color information
#D2882A (or 0xD2882A) is known color: Dixie. HEX triplet: D2, 88 and 2A. RGB value is (210,136,42). Sum of RGB (Red+Green+Blue) = 210+136+42=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2882A is #2D77D5. Grayscale: #939393. Windows color (decimal): -2979798 or 2787538. OLE color: 2787538.
HSL color Cylindrical-coordinate representation of color #D2882A: hue angle of 33.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2882A is Cyan = 0, Magento = 0.35, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 42 | - |
| CMYK | 0 | 0.35 | 0.8 | 0.18 |
| HSL | 33.57º | 0.67% | 0.49% | - |
| HSV(B) | 33.57º | 0.8% | 0.82% | - |
| XYZ | 35.8 | 31.48 | 6.38 | - |
| YUV | 147.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 42 | 0 | 0.35 | 0.8 | 0.18 | 33.57 | 0.67 | 0.49 |
| Hex | D2 | 88 | 2A | 0 | 23 | 50 | 12 | 22 | 43 | 31 |
| Octal | 322 | 210 | 52 | 0 | 43 | 120 | 22 | 42 | 103 | 61 |
| Binary | 11010010 | 10001000 | 101010 | 0 | 100011 | 1010000 | 10010 | 100010 | 1000011 | 110001 |
Color Harmonies of #D2882A
Complementary color
Monochromatic Colors of #D2882A
Black with #D2882A
Text Example
Text Example
White with #D2882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2882A; }
p { color: rgb(210,136,42); }
H1.HeaderClassName
{
color: #D2882A;
}
.AnyTagClassName
{
color: #D2882A;
}
</style>
background-color css
<style>
a { background-color: #D2882A; }
a { background-color: rgb(210,136,42); }
div.DivClassName
{
background-color: #D2882A;
}
.BgClassName
{
background-color: #D2882A;
}
</style>
border-color css
<style>
span { border-color: #D2882A; }
span { border-color: rgb(210,136,42); }
td.TdClassName
{
border-color: #D2882A;
}
.TagClassName
{
border-color: #D2882A;
}
</style>