Shades of Dixie #DA8228
Tints of Dixie #DA8228
RGB
CMYK
RGB Variations
Color information
#DA8228 (or 0xDA8228) is known color: Dixie. HEX triplet: DA, 82 and 28. RGB value is (218,130,40). Sum of RGB (Red+Green+Blue) = 218+130+40=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8228 is #257DD7. Grayscale: #929292. Windows color (decimal): -2457048 or 2654938. OLE color: 2654938.
HSL color Cylindrical-coordinate representation of color #DA8228: hue angle of 30.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA8228 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 40 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.15 |
| HSL | 30.34º | 0.71% | 0.51% | - |
| HSV(B) | 30.34º | 0.82% | 0.85% | - |
| XYZ | 37.28 | 31.02 | 6.03 | - |
| YUV | 146.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 40 | 0 | 0.40 | 0.82 | 0.15 | 30.34 | 0.71 | 0.51 |
| Hex | DA | 82 | 28 | 0 | 28 | 52 | F | 1E | 47 | 33 |
| Octal | 332 | 202 | 50 | 0 | 50 | 122 | 17 | 36 | 107 | 63 |
| Binary | 11011010 | 10000010 | 101000 | 0 | 101000 | 1010010 | 1111 | 11110 | 1000111 | 110011 |
Color Harmonies of #DA8228
Complementary color
Monochromatic Colors of #DA8228
Black with #DA8228
Text Example
Text Example
White with #DA8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8228; }
p { color: rgb(218,130,40); }
H1.HeaderClassName
{
color: #DA8228;
}
.AnyTagClassName
{
color: #DA8228;
}
</style>
background-color css
<style>
a { background-color: #DA8228; }
a { background-color: rgb(218,130,40); }
div.DivClassName
{
background-color: #DA8228;
}
.BgClassName
{
background-color: #DA8228;
}
</style>
border-color css
<style>
span { border-color: #DA8228; }
span { border-color: rgb(218,130,40); }
td.TdClassName
{
border-color: #DA8228;
}
.TagClassName
{
border-color: #DA8228;
}
</style>