Shades of Dixie #D28433
Tints of Dixie #D28433
RGB
CMYK
RGB Variations
Color information
#D28433 (or 0xD28433) is known color: Dixie. HEX triplet: D2, 84 and 33. RGB value is (210,132,51). Sum of RGB (Red+Green+Blue) = 210+132+51=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28433 is #2D7BCC. Grayscale: #929292. Windows color (decimal): -2980813 or 3376338. OLE color: 3376338.
HSL color Cylindrical-coordinate representation of color #D28433: hue angle of 30.57º 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 #D28433 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 51 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.18 |
| HSL | 30.57º | 0.64% | 0.51% | - |
| HSV(B) | 30.57º | 0.76% | 0.82% | - |
| XYZ | 35.43 | 30.44 | 7.14 | - |
| YUV | 146.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 51 | 0 | 0.37 | 0.76 | 0.18 | 30.57 | 0.64 | 0.51 |
| Hex | D2 | 84 | 33 | 0 | 25 | 4C | 12 | 1F | 40 | 33 |
| Octal | 322 | 204 | 63 | 0 | 45 | 114 | 22 | 37 | 100 | 63 |
| Binary | 11010010 | 10000100 | 110011 | 0 | 100101 | 1001100 | 10010 | 11111 | 1000000 | 110011 |
Color Harmonies of #D28433
Complementary color
Monochromatic Colors of #D28433
Black with #D28433
Text Example
Text Example
White with #D28433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28433; }
p { color: rgb(210,132,51); }
H1.HeaderClassName
{
color: #D28433;
}
.AnyTagClassName
{
color: #D28433;
}
</style>
background-color css
<style>
a { background-color: #D28433; }
a { background-color: rgb(210,132,51); }
div.DivClassName
{
background-color: #D28433;
}
.BgClassName
{
background-color: #D28433;
}
</style>
border-color css
<style>
span { border-color: #D28433; }
span { border-color: rgb(210,132,51); }
td.TdClassName
{
border-color: #D28433;
}
.TagClassName
{
border-color: #D28433;
}
</style>