Shades of Dixie #D2832B
Tints of Dixie #D2832B
RGB
CMYK
RGB Variations
Color information
#D2832B (or 0xD2832B) is known color: Dixie. HEX triplet: D2, 83 and 2B. RGB value is (210,131,43). Sum of RGB (Red+Green+Blue) = 210+131+43=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2832B is #2D7CD4. Grayscale: #919191. Windows color (decimal): -2981077 or 2851794. OLE color: 2851794.
HSL color Cylindrical-coordinate representation of color #D2832B: hue angle of 31.62º 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 #D2832B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 43 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.18 |
| HSL | 31.62º | 0.66% | 0.5% | - |
| HSV(B) | 31.62º | 0.8% | 0.82% | - |
| XYZ | 35.13 | 30.11 | 6.25 | - |
| YUV | 144.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 43 | 0 | 0.38 | 0.80 | 0.18 | 31.62 | 0.66 | 0.5 |
| Hex | D2 | 83 | 2B | 0 | 26 | 50 | 12 | 20 | 42 | 32 |
| Octal | 322 | 203 | 53 | 0 | 46 | 120 | 22 | 40 | 102 | 62 |
| Binary | 11010010 | 10000011 | 101011 | 0 | 100110 | 1010000 | 10010 | 100000 | 1000010 | 110010 |
Color Harmonies of #D2832B
Complementary color
Monochromatic Colors of #D2832B
Black with #D2832B
Text Example
Text Example
White with #D2832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2832B; }
p { color: rgb(210,131,43); }
H1.HeaderClassName
{
color: #D2832B;
}
.AnyTagClassName
{
color: #D2832B;
}
</style>
background-color css
<style>
a { background-color: #D2832B; }
a { background-color: rgb(210,131,43); }
div.DivClassName
{
background-color: #D2832B;
}
.BgClassName
{
background-color: #D2832B;
}
</style>
border-color css
<style>
span { border-color: #D2832B; }
span { border-color: rgb(210,131,43); }
td.TdClassName
{
border-color: #D2832B;
}
.TagClassName
{
border-color: #D2832B;
}
</style>