Shades of Dixie #DA8227
Tints of Dixie #DA8227
RGB
CMYK
RGB Variations
Color information
#DA8227 (or 0xDA8227) is known color: Dixie. HEX triplet: DA, 82 and 27. RGB value is (218,130,39). Sum of RGB (Red+Green+Blue) = 218+130+39=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8227 is #257DD8. Grayscale: #929292. Windows color (decimal): -2457049 or 2589402. OLE color: 2589402.
HSL color Cylindrical-coordinate representation of color #DA8227: hue angle of 30.5º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA8227 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 39 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.15 |
| HSL | 30.5º | 0.71% | 0.5% | - |
| HSV(B) | 30.5º | 0.82% | 0.85% | - |
| XYZ | 37.26 | 31.02 | 5.94 | - |
| YUV | 145.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 39 | 0 | 0.40 | 0.82 | 0.15 | 30.5 | 0.71 | 0.5 |
| Hex | DA | 82 | 27 | 0 | 28 | 52 | F | 1F | 47 | 32 |
| Octal | 332 | 202 | 47 | 0 | 50 | 122 | 17 | 37 | 107 | 62 |
| Binary | 11011010 | 10000010 | 100111 | 0 | 101000 | 1010010 | 1111 | 11111 | 1000111 | 110010 |
Color Harmonies of #DA8227
Complementary color
Monochromatic Colors of #DA8227
Black with #DA8227
Text Example
Text Example
White with #DA8227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8227; }
p { color: rgb(218,130,39); }
H1.HeaderClassName
{
color: #DA8227;
}
.AnyTagClassName
{
color: #DA8227;
}
</style>
background-color css
<style>
a { background-color: #DA8227; }
a { background-color: rgb(218,130,39); }
div.DivClassName
{
background-color: #DA8227;
}
.BgClassName
{
background-color: #DA8227;
}
</style>
border-color css
<style>
span { border-color: #DA8227; }
span { border-color: rgb(218,130,39); }
td.TdClassName
{
border-color: #DA8227;
}
.TagClassName
{
border-color: #DA8227;
}
</style>