Shades of Dixie #D58830
Tints of Dixie #D58830
RGB
CMYK
RGB Variations
Color information
#D58830 (or 0xD58830) is known color: Dixie. HEX triplet: D5, 88 and 30. RGB value is (213,136,48). Sum of RGB (Red+Green+Blue) = 213+136+48=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D58830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58830 is #2A77CF. Grayscale: #959595. Windows color (decimal): -2783184 or 3180757. OLE color: 3180757.
HSL color Cylindrical-coordinate representation of color #D58830: hue angle of 32º 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 #D58830 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 48 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.16 |
| HSL | 32º | 0.66% | 0.51% | - |
| HSV(B) | 32º | 0.77% | 0.84% | - |
| XYZ | 36.78 | 31.97 | 7.03 | - |
| YUV | 148.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 48 | 0 | 0.36 | 0.77 | 0.16 | 32 | 0.66 | 0.51 |
| Hex | D5 | 88 | 30 | 0 | 24 | 4D | 10 | 20 | 42 | 33 |
| Octal | 325 | 210 | 60 | 0 | 44 | 115 | 20 | 40 | 102 | 63 |
| Binary | 11010101 | 10001000 | 110000 | 0 | 100100 | 1001101 | 10000 | 100000 | 1000010 | 110011 |
Color Harmonies of #D58830
Complementary color
Monochromatic Colors of #D58830
Black with #D58830
Text Example
Text Example
White with #D58830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58830; }
p { color: rgb(213,136,48); }
H1.HeaderClassName
{
color: #D58830;
}
.AnyTagClassName
{
color: #D58830;
}
</style>
background-color css
<style>
a { background-color: #D58830; }
a { background-color: rgb(213,136,48); }
div.DivClassName
{
background-color: #D58830;
}
.BgClassName
{
background-color: #D58830;
}
</style>
border-color css
<style>
span { border-color: #D58830; }
span { border-color: rgb(213,136,48); }
td.TdClassName
{
border-color: #D58830;
}
.TagClassName
{
border-color: #D58830;
}
</style>