Shades of Dixie #D58732
Tints of Dixie #D58732
RGB
CMYK
RGB Variations
Color information
#D58732 (or 0xD58732) is known color: Dixie. HEX triplet: D5, 87 and 32. RGB value is (213,135,50). Sum of RGB (Red+Green+Blue) = 213+135+50=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58732 is #2A78CD. Grayscale: #959595. Windows color (decimal): -2783438 or 3311573. OLE color: 3311573.
HSL color Cylindrical-coordinate representation of color #D58732: hue angle of 31.29º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58732 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 50 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.16 |
| HSL | 31.29º | 0.66% | 0.52% | - |
| HSV(B) | 31.29º | 0.77% | 0.84% | - |
| XYZ | 36.68 | 31.7 | 7.2 | - |
| YUV | 148.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 50 | 0 | 0.37 | 0.77 | 0.16 | 31.29 | 0.66 | 0.52 |
| Hex | D5 | 87 | 32 | 0 | 25 | 4D | 10 | 1F | 42 | 34 |
| Octal | 325 | 207 | 62 | 0 | 45 | 115 | 20 | 37 | 102 | 64 |
| Binary | 11010101 | 10000111 | 110010 | 0 | 100101 | 1001101 | 10000 | 11111 | 1000010 | 110100 |
Color Harmonies of #D58732
Complementary color
Monochromatic Colors of #D58732
Black with #D58732
Text Example
Text Example
White with #D58732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58732; }
p { color: rgb(213,135,50); }
H1.HeaderClassName
{
color: #D58732;
}
.AnyTagClassName
{
color: #D58732;
}
</style>
background-color css
<style>
a { background-color: #D58732; }
a { background-color: rgb(213,135,50); }
div.DivClassName
{
background-color: #D58732;
}
.BgClassName
{
background-color: #D58732;
}
</style>
border-color css
<style>
span { border-color: #D58732; }
span { border-color: rgb(213,135,50); }
td.TdClassName
{
border-color: #D58732;
}
.TagClassName
{
border-color: #D58732;
}
</style>