Shades of Dixie #DA8229
Tints of Dixie #DA8229
RGB
CMYK
RGB Variations
Color information
#DA8229 (or 0xDA8229) is known color: Dixie. HEX triplet: DA, 82 and 29. RGB value is (218,130,41). Sum of RGB (Red+Green+Blue) = 218+130+41=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8229 is #257DD6. Grayscale: #929292. Windows color (decimal): -2457047 or 2720474. OLE color: 2720474.
HSL color Cylindrical-coordinate representation of color #DA8229: hue angle of 30.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA8229 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 41 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.15 |
| HSL | 30.17º | 0.71% | 0.51% | - |
| HSV(B) | 30.17º | 0.81% | 0.85% | - |
| XYZ | 37.3 | 31.03 | 6.12 | - |
| YUV | 146.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 41 | 0 | 0.40 | 0.81 | 0.15 | 30.17 | 0.71 | 0.51 |
| Hex | DA | 82 | 29 | 0 | 28 | 51 | F | 1E | 47 | 33 |
| Octal | 332 | 202 | 51 | 0 | 50 | 121 | 17 | 36 | 107 | 63 |
| Binary | 11011010 | 10000010 | 101001 | 0 | 101000 | 1010001 | 1111 | 11110 | 1000111 | 110011 |
Color Harmonies of #DA8229
Complementary color
Monochromatic Colors of #DA8229
Black with #DA8229
Text Example
Text Example
White with #DA8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8229; }
p { color: rgb(218,130,41); }
H1.HeaderClassName
{
color: #DA8229;
}
.AnyTagClassName
{
color: #DA8229;
}
</style>
background-color css
<style>
a { background-color: #DA8229; }
a { background-color: rgb(218,130,41); }
div.DivClassName
{
background-color: #DA8229;
}
.BgClassName
{
background-color: #DA8229;
}
</style>
border-color css
<style>
span { border-color: #DA8229; }
span { border-color: rgb(218,130,41); }
td.TdClassName
{
border-color: #DA8229;
}
.TagClassName
{
border-color: #DA8229;
}
</style>