Shades of Dixie #D2852F
Tints of Dixie #D2852F
RGB
CMYK
RGB Variations
Color information
#D2852F (or 0xD2852F) is known color: Dixie. HEX triplet: D2, 85 and 2F. RGB value is (210,133,47). Sum of RGB (Red+Green+Blue) = 210+133+47=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2852F is #2D7AD0. Grayscale: #929292. Windows color (decimal): -2980561 or 3114450. OLE color: 3114450.
HSL color Cylindrical-coordinate representation of color #D2852F: hue angle of 31.66º 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 #D2852F is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 47 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.18 |
| HSL | 31.66º | 0.64% | 0.5% | - |
| HSV(B) | 31.66º | 0.78% | 0.82% | - |
| XYZ | 35.48 | 30.68 | 6.74 | - |
| YUV | 146.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 47 | 0 | 0.37 | 0.78 | 0.18 | 31.66 | 0.64 | 0.5 |
| Hex | D2 | 85 | 2F | 0 | 25 | 4E | 12 | 20 | 40 | 32 |
| Octal | 322 | 205 | 57 | 0 | 45 | 116 | 22 | 40 | 100 | 62 |
| Binary | 11010010 | 10000101 | 101111 | 0 | 100101 | 1001110 | 10010 | 100000 | 1000000 | 110010 |
Color Harmonies of #D2852F
Complementary color
Monochromatic Colors of #D2852F
Black with #D2852F
Text Example
Text Example
White with #D2852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2852F; }
p { color: rgb(210,133,47); }
H1.HeaderClassName
{
color: #D2852F;
}
.AnyTagClassName
{
color: #D2852F;
}
</style>
background-color css
<style>
a { background-color: #D2852F; }
a { background-color: rgb(210,133,47); }
div.DivClassName
{
background-color: #D2852F;
}
.BgClassName
{
background-color: #D2852F;
}
</style>
border-color css
<style>
span { border-color: #D2852F; }
span { border-color: rgb(210,133,47); }
td.TdClassName
{
border-color: #D2852F;
}
.TagClassName
{
border-color: #D2852F;
}
</style>