Shades of Dixie #D28437
Tints of Dixie #D28437
RGB
CMYK
RGB Variations
Color information
#D28437 (or 0xD28437) is known color: Dixie. HEX triplet: D2, 84 and 37. RGB value is (210,132,55). Sum of RGB (Red+Green+Blue) = 210+132+55=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D28437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28437 is #2D7BC8. Grayscale: #929292. Windows color (decimal): -2980809 or 3638482. OLE color: 3638482.
HSL color Cylindrical-coordinate representation of color #D28437: hue angle of 29.81º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D28437 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 55 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.18 |
| HSL | 29.81º | 0.63% | 0.52% | - |
| HSV(B) | 29.81º | 0.74% | 0.82% | - |
| XYZ | 35.52 | 30.48 | 7.63 | - |
| YUV | 146.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 55 | 0 | 0.37 | 0.74 | 0.18 | 29.81 | 0.63 | 0.52 |
| Hex | D2 | 84 | 37 | 0 | 25 | 4A | 12 | 1E | 3F | 34 |
| Octal | 322 | 204 | 67 | 0 | 45 | 112 | 22 | 36 | 77 | 64 |
| Binary | 11010010 | 10000100 | 110111 | 0 | 100101 | 1001010 | 10010 | 11110 | 111111 | 110100 |
Color Harmonies of #D28437
Complementary color
Monochromatic Colors of #D28437
Black with #D28437
Text Example
Text Example
White with #D28437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28437; }
p { color: rgb(210,132,55); }
H1.HeaderClassName
{
color: #D28437;
}
.AnyTagClassName
{
color: #D28437;
}
</style>
background-color css
<style>
a { background-color: #D28437; }
a { background-color: rgb(210,132,55); }
div.DivClassName
{
background-color: #D28437;
}
.BgClassName
{
background-color: #D28437;
}
</style>
border-color css
<style>
span { border-color: #D28437; }
span { border-color: rgb(210,132,55); }
td.TdClassName
{
border-color: #D28437;
}
.TagClassName
{
border-color: #D28437;
}
</style>