Shades of Dixie #D58829
Tints of Dixie #D58829
RGB
CMYK
RGB Variations
Color information
#D58829 (or 0xD58829) is known color: Dixie. HEX triplet: D5, 88 and 29. RGB value is (213,136,41). Sum of RGB (Red+Green+Blue) = 213+136+41=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D58829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58829 is #2A77D6. Grayscale: #949494. Windows color (decimal): -2783191 or 2722005. OLE color: 2722005.
HSL color Cylindrical-coordinate representation of color #D58829: hue angle of 33.14º 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 #D58829 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 41 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.16 |
| HSL | 33.14º | 0.68% | 0.5% | - |
| HSV(B) | 33.14º | 0.81% | 0.84% | - |
| XYZ | 36.64 | 31.91 | 6.33 | - |
| YUV | 148.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 41 | 0 | 0.36 | 0.81 | 0.16 | 33.14 | 0.68 | 0.5 |
| Hex | D5 | 88 | 29 | 0 | 24 | 51 | 10 | 21 | 44 | 32 |
| Octal | 325 | 210 | 51 | 0 | 44 | 121 | 20 | 41 | 104 | 62 |
| Binary | 11010101 | 10001000 | 101001 | 0 | 100100 | 1010001 | 10000 | 100001 | 1000100 | 110010 |
Color Harmonies of #D58829
Complementary color
Monochromatic Colors of #D58829
Black with #D58829
Text Example
Text Example
White with #D58829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58829; }
p { color: rgb(213,136,41); }
H1.HeaderClassName
{
color: #D58829;
}
.AnyTagClassName
{
color: #D58829;
}
</style>
background-color css
<style>
a { background-color: #D58829; }
a { background-color: rgb(213,136,41); }
div.DivClassName
{
background-color: #D58829;
}
.BgClassName
{
background-color: #D58829;
}
</style>
border-color css
<style>
span { border-color: #D58829; }
span { border-color: rgb(213,136,41); }
td.TdClassName
{
border-color: #D58829;
}
.TagClassName
{
border-color: #D58829;
}
</style>