Shades of Dixie #DA8128
Tints of Dixie #DA8128
RGB
CMYK
RGB Variations
Color information
#DA8128 (or 0xDA8128) is known color: Dixie. HEX triplet: DA, 81 and 28. RGB value is (218,129,40). Sum of RGB (Red+Green+Blue) = 218+129+40=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8128 is #257ED7. Grayscale: #919191. Windows color (decimal): -2457304 or 2654682. OLE color: 2654682.
HSL color Cylindrical-coordinate representation of color #DA8128: hue angle of 30º 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 #DA8128 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 40 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.15 |
| HSL | 30º | 0.71% | 0.51% | - |
| HSV(B) | 30º | 0.82% | 0.85% | - |
| XYZ | 37.15 | 30.76 | 5.99 | - |
| YUV | 145.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 40 | 0 | 0.41 | 0.82 | 0.15 | 30 | 0.71 | 0.51 |
| Hex | DA | 81 | 28 | 0 | 29 | 52 | F | 1E | 47 | 33 |
| Octal | 332 | 201 | 50 | 0 | 51 | 122 | 17 | 36 | 107 | 63 |
| Binary | 11011010 | 10000001 | 101000 | 0 | 101001 | 1010010 | 1111 | 11110 | 1000111 | 110011 |
Color Harmonies of #DA8128
Complementary color
Monochromatic Colors of #DA8128
Black with #DA8128
Text Example
Text Example
White with #DA8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8128; }
p { color: rgb(218,129,40); }
H1.HeaderClassName
{
color: #DA8128;
}
.AnyTagClassName
{
color: #DA8128;
}
</style>
background-color css
<style>
a { background-color: #DA8128; }
a { background-color: rgb(218,129,40); }
div.DivClassName
{
background-color: #DA8128;
}
.BgClassName
{
background-color: #DA8128;
}
</style>
border-color css
<style>
span { border-color: #DA8128; }
span { border-color: rgb(218,129,40); }
td.TdClassName
{
border-color: #DA8128;
}
.TagClassName
{
border-color: #DA8128;
}
</style>