Shades of Dixie #D58833
Tints of Dixie #D58833
RGB
CMYK
RGB Variations
Color information
#D58833 (or 0xD58833) is known color: Dixie. HEX triplet: D5, 88 and 33. RGB value is (213,136,51). Sum of RGB (Red+Green+Blue) = 213+136+51=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D58833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58833 is #2A77CC. Grayscale: #959595. Windows color (decimal): -2783181 or 3377365. OLE color: 3377365.
HSL color Cylindrical-coordinate representation of color #D58833: hue angle of 31.48º 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 #D58833 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 51 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.16 |
| HSL | 31.48º | 0.66% | 0.52% | - |
| HSV(B) | 31.48º | 0.76% | 0.84% | - |
| XYZ | 36.84 | 31.99 | 7.37 | - |
| YUV | 149.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 51 | 0 | 0.36 | 0.76 | 0.16 | 31.48 | 0.66 | 0.52 |
| Hex | D5 | 88 | 33 | 0 | 24 | 4C | 10 | 1F | 42 | 34 |
| Octal | 325 | 210 | 63 | 0 | 44 | 114 | 20 | 37 | 102 | 64 |
| Binary | 11010101 | 10001000 | 110011 | 0 | 100100 | 1001100 | 10000 | 11111 | 1000010 | 110100 |
Color Harmonies of #D58833
Complementary color
Monochromatic Colors of #D58833
Black with #D58833
Text Example
Text Example
White with #D58833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58833; }
p { color: rgb(213,136,51); }
H1.HeaderClassName
{
color: #D58833;
}
.AnyTagClassName
{
color: #D58833;
}
</style>
background-color css
<style>
a { background-color: #D58833; }
a { background-color: rgb(213,136,51); }
div.DivClassName
{
background-color: #D58833;
}
.BgClassName
{
background-color: #D58833;
}
</style>
border-color css
<style>
span { border-color: #D58833; }
span { border-color: rgb(213,136,51); }
td.TdClassName
{
border-color: #D58833;
}
.TagClassName
{
border-color: #D58833;
}
</style>