Shades of Dixie #D58229
Tints of Dixie #D58229
RGB
CMYK
RGB Variations
Color information
#D58229 (or 0xD58229) is known color: Dixie. HEX triplet: D5, 82 and 29. RGB value is (213,130,41). Sum of RGB (Red+Green+Blue) = 213+130+41=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D58229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58229 is #2A7DD6. Grayscale: #919191. Windows color (decimal): -2784727 or 2720469. OLE color: 2720469.
HSL color Cylindrical-coordinate representation of color #D58229: hue angle of 31.05º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D58229 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 41 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.16 |
| HSL | 31.05º | 0.68% | 0.5% | - |
| HSV(B) | 31.05º | 0.81% | 0.84% | - |
| XYZ | 35.82 | 30.27 | 6.05 | - |
| YUV | 144.67 | 69.5 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 41 | 0 | 0.39 | 0.81 | 0.16 | 31.05 | 0.68 | 0.5 |
| Hex | D5 | 82 | 29 | 0 | 27 | 51 | 10 | 1F | 44 | 32 |
| Octal | 325 | 202 | 51 | 0 | 47 | 121 | 20 | 37 | 104 | 62 |
| Binary | 11010101 | 10000010 | 101001 | 0 | 100111 | 1010001 | 10000 | 11111 | 1000100 | 110010 |
Color Harmonies of #D58229
Complementary color
Monochromatic Colors of #D58229
Black with #D58229
Text Example
Text Example
White with #D58229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58229; }
p { color: rgb(213,130,41); }
H1.HeaderClassName
{
color: #D58229;
}
.AnyTagClassName
{
color: #D58229;
}
</style>
background-color css
<style>
a { background-color: #D58229; }
a { background-color: rgb(213,130,41); }
div.DivClassName
{
background-color: #D58229;
}
.BgClassName
{
background-color: #D58229;
}
</style>
border-color css
<style>
span { border-color: #D58229; }
span { border-color: rgb(213,130,41); }
td.TdClassName
{
border-color: #D58229;
}
.TagClassName
{
border-color: #D58229;
}
</style>