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