Shades of Dixie #D28532
Tints of Dixie #D28532
RGB
CMYK
RGB Variations
Color information
#D28532 (or 0xD28532) is known color: Dixie. HEX triplet: D2, 85 and 32. RGB value is (210,133,50). Sum of RGB (Red+Green+Blue) = 210+133+50=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28532 is #2D7ACD. Grayscale: #929292. Windows color (decimal): -2980558 or 3311058. OLE color: 3311058.
HSL color Cylindrical-coordinate representation of color #D28532: hue angle of 31.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D28532 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 50 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.18 |
| HSL | 31.13º | 0.64% | 0.51% | - |
| HSV(B) | 31.13º | 0.76% | 0.82% | - |
| XYZ | 35.54 | 30.71 | 7.07 | - |
| YUV | 146.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 50 | 0 | 0.37 | 0.76 | 0.18 | 31.13 | 0.64 | 0.51 |
| Hex | D2 | 85 | 32 | 0 | 25 | 4C | 12 | 1F | 40 | 33 |
| Octal | 322 | 205 | 62 | 0 | 45 | 114 | 22 | 37 | 100 | 63 |
| Binary | 11010010 | 10000101 | 110010 | 0 | 100101 | 1001100 | 10010 | 11111 | 1000000 | 110011 |
Color Harmonies of #D28532
Complementary color
Monochromatic Colors of #D28532
Black with #D28532
Text Example
Text Example
White with #D28532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28532; }
p { color: rgb(210,133,50); }
H1.HeaderClassName
{
color: #D28532;
}
.AnyTagClassName
{
color: #D28532;
}
</style>
background-color css
<style>
a { background-color: #D28532; }
a { background-color: rgb(210,133,50); }
div.DivClassName
{
background-color: #D28532;
}
.BgClassName
{
background-color: #D28532;
}
</style>
border-color css
<style>
span { border-color: #D28532; }
span { border-color: rgb(210,133,50); }
td.TdClassName
{
border-color: #D28532;
}
.TagClassName
{
border-color: #D28532;
}
</style>