Shades of Dixie #D28834
Tints of Dixie #D28834
RGB
CMYK
RGB Variations
Color information
#D28834 (or 0xD28834) is known color: Dixie. HEX triplet: D2, 88 and 34. RGB value is (210,136,52). Sum of RGB (Red+Green+Blue) = 210+136+52=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D28834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28834 is #2D77CB. Grayscale: #949494. Windows color (decimal): -2979788 or 3442898. OLE color: 3442898.
HSL color Cylindrical-coordinate representation of color #D28834: hue angle of 31.9º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D28834 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 52 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.18 |
| HSL | 31.9º | 0.64% | 0.51% | - |
| HSV(B) | 31.9º | 0.75% | 0.82% | - |
| XYZ | 36 | 31.56 | 7.44 | - |
| YUV | 148.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 52 | 0 | 0.35 | 0.75 | 0.18 | 31.9 | 0.64 | 0.51 |
| Hex | D2 | 88 | 34 | 0 | 23 | 4B | 12 | 20 | 40 | 33 |
| Octal | 322 | 210 | 64 | 0 | 43 | 113 | 22 | 40 | 100 | 63 |
| Binary | 11010010 | 10001000 | 110100 | 0 | 100011 | 1001011 | 10010 | 100000 | 1000000 | 110011 |
Color Harmonies of #D28834
Complementary color
Monochromatic Colors of #D28834
Black with #D28834
Text Example
Text Example
White with #D28834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28834; }
p { color: rgb(210,136,52); }
H1.HeaderClassName
{
color: #D28834;
}
.AnyTagClassName
{
color: #D28834;
}
</style>
background-color css
<style>
a { background-color: #D28834; }
a { background-color: rgb(210,136,52); }
div.DivClassName
{
background-color: #D28834;
}
.BgClassName
{
background-color: #D28834;
}
</style>
border-color css
<style>
span { border-color: #D28834; }
span { border-color: rgb(210,136,52); }
td.TdClassName
{
border-color: #D28834;
}
.TagClassName
{
border-color: #D28834;
}
</style>