Shades of Dixie #D58831
Tints of Dixie #D58831
RGB
CMYK
RGB Variations
Color information
#D58831 (or 0xD58831) is known color: Dixie. HEX triplet: D5, 88 and 31. RGB value is (213,136,49). Sum of RGB (Red+Green+Blue) = 213+136+49=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58831 is #2A77CE. Grayscale: #959595. Windows color (decimal): -2783183 or 3246293. OLE color: 3246293.
HSL color Cylindrical-coordinate representation of color #D58831: hue angle of 31.83º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58831 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 49 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.16 |
| HSL | 31.83º | 0.66% | 0.51% | - |
| HSV(B) | 31.83º | 0.77% | 0.84% | - |
| XYZ | 36.8 | 31.98 | 7.14 | - |
| YUV | 149.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 49 | 0 | 0.36 | 0.77 | 0.16 | 31.83 | 0.66 | 0.51 |
| Hex | D5 | 88 | 31 | 0 | 24 | 4D | 10 | 20 | 42 | 33 |
| Octal | 325 | 210 | 61 | 0 | 44 | 115 | 20 | 40 | 102 | 63 |
| Binary | 11010101 | 10001000 | 110001 | 0 | 100100 | 1001101 | 10000 | 100000 | 1000010 | 110011 |
Color Harmonies of #D58831
Complementary color
Monochromatic Colors of #D58831
Black with #D58831
Text Example
Text Example
White with #D58831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58831; }
p { color: rgb(213,136,49); }
H1.HeaderClassName
{
color: #D58831;
}
.AnyTagClassName
{
color: #D58831;
}
</style>
background-color css
<style>
a { background-color: #D58831; }
a { background-color: rgb(213,136,49); }
div.DivClassName
{
background-color: #D58831;
}
.BgClassName
{
background-color: #D58831;
}
</style>
border-color css
<style>
span { border-color: #D58831; }
span { border-color: rgb(213,136,49); }
td.TdClassName
{
border-color: #D58831;
}
.TagClassName
{
border-color: #D58831;
}
</style>