Shades of Dixie #D58835
Tints of Dixie #D58835
RGB
CMYK
RGB Variations
Color information
#D58835 (or 0xD58835) is known color: Dixie. HEX triplet: D5, 88 and 35. RGB value is (213,136,53). Sum of RGB (Red+Green+Blue) = 213+136+53=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D58835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58835 is #2A77CA. Grayscale: #959595. Windows color (decimal): -2783179 or 3508437. OLE color: 3508437.
HSL color Cylindrical-coordinate representation of color #D58835: hue angle of 31.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D58835 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 53 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.16 |
| HSL | 31.13º | 0.66% | 0.52% | - |
| HSV(B) | 31.13º | 0.75% | 0.84% | - |
| XYZ | 36.89 | 32.01 | 7.6 | - |
| YUV | 149.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 53 | 0 | 0.36 | 0.75 | 0.16 | 31.13 | 0.66 | 0.52 |
| Hex | D5 | 88 | 35 | 0 | 24 | 4B | 10 | 1F | 42 | 34 |
| Octal | 325 | 210 | 65 | 0 | 44 | 113 | 20 | 37 | 102 | 64 |
| Binary | 11010101 | 10001000 | 110101 | 0 | 100100 | 1001011 | 10000 | 11111 | 1000010 | 110100 |
Color Harmonies of #D58835
Complementary color
Monochromatic Colors of #D58835
Black with #D58835
Text Example
Text Example
White with #D58835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58835; }
p { color: rgb(213,136,53); }
H1.HeaderClassName
{
color: #D58835;
}
.AnyTagClassName
{
color: #D58835;
}
</style>
background-color css
<style>
a { background-color: #D58835; }
a { background-color: rgb(213,136,53); }
div.DivClassName
{
background-color: #D58835;
}
.BgClassName
{
background-color: #D58835;
}
</style>
border-color css
<style>
span { border-color: #D58835; }
span { border-color: rgb(213,136,53); }
td.TdClassName
{
border-color: #D58835;
}
.TagClassName
{
border-color: #D58835;
}
</style>