Shades of Dixie #DA8430
Tints of Dixie #DA8430
RGB
CMYK
RGB Variations
Color information
#DA8430 (or 0xDA8430) is known color: Dixie. HEX triplet: DA, 84 and 30. RGB value is (218,132,48). Sum of RGB (Red+Green+Blue) = 218+132+48=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8430 is #257BCF. Grayscale: #949494. Windows color (decimal): -2456528 or 3179738. OLE color: 3179738.
HSL color Cylindrical-coordinate representation of color #DA8430: hue angle of 29.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA8430 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 48 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.15 |
| HSL | 29.65º | 0.7% | 0.52% | - |
| HSV(B) | 29.65º | 0.78% | 0.85% | - |
| XYZ | 37.7 | 31.62 | 6.91 | - |
| YUV | 148.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 48 | 0 | 0.39 | 0.78 | 0.15 | 29.65 | 0.7 | 0.52 |
| Hex | DA | 84 | 30 | 0 | 27 | 4E | F | 1E | 46 | 34 |
| Octal | 332 | 204 | 60 | 0 | 47 | 116 | 17 | 36 | 106 | 64 |
| Binary | 11011010 | 10000100 | 110000 | 0 | 100111 | 1001110 | 1111 | 11110 | 1000110 | 110100 |
Color Harmonies of #DA8430
Complementary color
Monochromatic Colors of #DA8430
Black with #DA8430
Text Example
Text Example
White with #DA8430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8430; }
p { color: rgb(218,132,48); }
H1.HeaderClassName
{
color: #DA8430;
}
.AnyTagClassName
{
color: #DA8430;
}
</style>
background-color css
<style>
a { background-color: #DA8430; }
a { background-color: rgb(218,132,48); }
div.DivClassName
{
background-color: #DA8430;
}
.BgClassName
{
background-color: #DA8430;
}
</style>
border-color css
<style>
span { border-color: #DA8430; }
span { border-color: rgb(218,132,48); }
td.TdClassName
{
border-color: #DA8430;
}
.TagClassName
{
border-color: #DA8430;
}
</style>