Shades of Dixie #D2832F
Tints of Dixie #D2832F
RGB
CMYK
RGB Variations
Color information
#D2832F (or 0xD2832F) is known color: Dixie. HEX triplet: D2, 83 and 2F. RGB value is (210,131,47). Sum of RGB (Red+Green+Blue) = 210+131+47=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2832F is #2D7CD0. Grayscale: #919191. Windows color (decimal): -2981073 or 3113938. OLE color: 3113938.
HSL color Cylindrical-coordinate representation of color #D2832F: hue angle of 30.92º 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 #D2832F is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 47 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.18 |
| HSL | 30.92º | 0.64% | 0.5% | - |
| HSV(B) | 30.92º | 0.78% | 0.82% | - |
| XYZ | 35.21 | 30.14 | 6.65 | - |
| YUV | 145.05 | 72.67 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 47 | 0 | 0.38 | 0.78 | 0.18 | 30.92 | 0.64 | 0.5 |
| Hex | D2 | 83 | 2F | 0 | 26 | 4E | 12 | 1F | 40 | 32 |
| Octal | 322 | 203 | 57 | 0 | 46 | 116 | 22 | 37 | 100 | 62 |
| Binary | 11010010 | 10000011 | 101111 | 0 | 100110 | 1001110 | 10010 | 11111 | 1000000 | 110010 |
Color Harmonies of #D2832F
Complementary color
Monochromatic Colors of #D2832F
Black with #D2832F
Text Example
Text Example
White with #D2832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2832F; }
p { color: rgb(210,131,47); }
H1.HeaderClassName
{
color: #D2832F;
}
.AnyTagClassName
{
color: #D2832F;
}
</style>
background-color css
<style>
a { background-color: #D2832F; }
a { background-color: rgb(210,131,47); }
div.DivClassName
{
background-color: #D2832F;
}
.BgClassName
{
background-color: #D2832F;
}
</style>
border-color css
<style>
span { border-color: #D2832F; }
span { border-color: rgb(210,131,47); }
td.TdClassName
{
border-color: #D2832F;
}
.TagClassName
{
border-color: #D2832F;
}
</style>