Shades of Dixie #D2842F
Tints of Dixie #D2842F
RGB
CMYK
RGB Variations
Color information
#D2842F (or 0xD2842F) is known color: Dixie. HEX triplet: D2, 84 and 2F. RGB value is (210,132,47). Sum of RGB (Red+Green+Blue) = 210+132+47=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2842F is #2D7BD0. Grayscale: #929292. Windows color (decimal): -2980817 or 3114194. OLE color: 3114194.
HSL color Cylindrical-coordinate representation of color #D2842F: hue angle of 31.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2842F is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 47 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.18 |
| HSL | 31.29º | 0.64% | 0.5% | - |
| HSV(B) | 31.29º | 0.78% | 0.82% | - |
| XYZ | 35.34 | 30.41 | 6.7 | - |
| YUV | 145.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 47 | 0 | 0.37 | 0.78 | 0.18 | 31.29 | 0.64 | 0.5 |
| Hex | D2 | 84 | 2F | 0 | 25 | 4E | 12 | 1F | 40 | 32 |
| Octal | 322 | 204 | 57 | 0 | 45 | 116 | 22 | 37 | 100 | 62 |
| Binary | 11010010 | 10000100 | 101111 | 0 | 100101 | 1001110 | 10010 | 11111 | 1000000 | 110010 |
Color Harmonies of #D2842F
Complementary color
Monochromatic Colors of #D2842F
Black with #D2842F
Text Example
Text Example
White with #D2842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2842F; }
p { color: rgb(210,132,47); }
H1.HeaderClassName
{
color: #D2842F;
}
.AnyTagClassName
{
color: #D2842F;
}
</style>
background-color css
<style>
a { background-color: #D2842F; }
a { background-color: rgb(210,132,47); }
div.DivClassName
{
background-color: #D2842F;
}
.BgClassName
{
background-color: #D2842F;
}
</style>
border-color css
<style>
span { border-color: #D2842F; }
span { border-color: rgb(210,132,47); }
td.TdClassName
{
border-color: #D2842F;
}
.TagClassName
{
border-color: #D2842F;
}
</style>