Shades of Dixie #D58533
Tints of Dixie #D58533
RGB
CMYK
RGB Variations
Color information
#D58533 (or 0xD58533) is known color: Dixie. HEX triplet: D5, 85 and 33. RGB value is (213,133,51). Sum of RGB (Red+Green+Blue) = 213+133+51=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D58533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58533 is #2A7ACC. Grayscale: #939393. Windows color (decimal): -2783949 or 3376597. OLE color: 3376597.
HSL color Cylindrical-coordinate representation of color #D58533: hue angle of 30.37º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D58533 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 51 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.16 |
| HSL | 30.37º | 0.66% | 0.52% | - |
| HSV(B) | 30.37º | 0.76% | 0.84% | - |
| XYZ | 36.43 | 31.16 | 7.23 | - |
| YUV | 147.57 | 73.5 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 51 | 0 | 0.38 | 0.76 | 0.16 | 30.37 | 0.66 | 0.52 |
| Hex | D5 | 85 | 33 | 0 | 26 | 4C | 10 | 1E | 42 | 34 |
| Octal | 325 | 205 | 63 | 0 | 46 | 114 | 20 | 36 | 102 | 64 |
| Binary | 11010101 | 10000101 | 110011 | 0 | 100110 | 1001100 | 10000 | 11110 | 1000010 | 110100 |
Color Harmonies of #D58533
Complementary color
Monochromatic Colors of #D58533
Black with #D58533
Text Example
Text Example
White with #D58533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58533; }
p { color: rgb(213,133,51); }
H1.HeaderClassName
{
color: #D58533;
}
.AnyTagClassName
{
color: #D58533;
}
</style>
background-color css
<style>
a { background-color: #D58533; }
a { background-color: rgb(213,133,51); }
div.DivClassName
{
background-color: #D58533;
}
.BgClassName
{
background-color: #D58533;
}
</style>
border-color css
<style>
span { border-color: #D58533; }
span { border-color: rgb(213,133,51); }
td.TdClassName
{
border-color: #D58533;
}
.TagClassName
{
border-color: #D58533;
}
</style>