Shades of Dixie #D28736
Tints of Dixie #D28736
RGB
CMYK
RGB Variations
Color information
#D28736 (or 0xD28736) is known color: Dixie. HEX triplet: D2, 87 and 36. RGB value is (210,135,54). Sum of RGB (Red+Green+Blue) = 210+135+54=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D28736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28736 is #2D78C9. Grayscale: #949494. Windows color (decimal): -2980042 or 3573714. OLE color: 3573714.
HSL color Cylindrical-coordinate representation of color #D28736: hue angle of 31.15º 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 #D28736 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 54 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.18 |
| HSL | 31.15º | 0.63% | 0.52% | - |
| HSV(B) | 31.15º | 0.74% | 0.82% | - |
| XYZ | 35.91 | 31.3 | 7.64 | - |
| YUV | 148.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 54 | 0 | 0.36 | 0.74 | 0.18 | 31.15 | 0.63 | 0.52 |
| Hex | D2 | 87 | 36 | 0 | 24 | 4A | 12 | 1F | 3F | 34 |
| Octal | 322 | 207 | 66 | 0 | 44 | 112 | 22 | 37 | 77 | 64 |
| Binary | 11010010 | 10000111 | 110110 | 0 | 100100 | 1001010 | 10010 | 11111 | 111111 | 110100 |
Color Harmonies of #D28736
Complementary color
Monochromatic Colors of #D28736
Black with #D28736
Text Example
Text Example
White with #D28736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28736; }
p { color: rgb(210,135,54); }
H1.HeaderClassName
{
color: #D28736;
}
.AnyTagClassName
{
color: #D28736;
}
</style>
background-color css
<style>
a { background-color: #D28736; }
a { background-color: rgb(210,135,54); }
div.DivClassName
{
background-color: #D28736;
}
.BgClassName
{
background-color: #D28736;
}
</style>
border-color css
<style>
span { border-color: #D28736; }
span { border-color: rgb(210,135,54); }
td.TdClassName
{
border-color: #D28736;
}
.TagClassName
{
border-color: #D28736;
}
</style>