Shades of Dixie #DA842E
Tints of Dixie #DA842E
RGB
CMYK
RGB Variations
Color information
#DA842E (or 0xDA842E) is known color: Dixie. HEX triplet: DA, 84 and 2E. RGB value is (218,132,46). Sum of RGB (Red+Green+Blue) = 218+132+46=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA842E is #257BD1. Grayscale: #949494. Windows color (decimal): -2456530 or 3048666. OLE color: 3048666.
HSL color Cylindrical-coordinate representation of color #DA842E: hue angle of 30º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA842E is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 46 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.15 |
| HSL | 30º | 0.7% | 0.52% | - |
| HSV(B) | 30º | 0.79% | 0.85% | - |
| XYZ | 37.66 | 31.61 | 6.7 | - |
| YUV | 147.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 46 | 0 | 0.39 | 0.79 | 0.15 | 30 | 0.7 | 0.52 |
| Hex | DA | 84 | 2E | 0 | 27 | 4F | F | 1E | 46 | 34 |
| Octal | 332 | 204 | 56 | 0 | 47 | 117 | 17 | 36 | 106 | 64 |
| Binary | 11011010 | 10000100 | 101110 | 0 | 100111 | 1001111 | 1111 | 11110 | 1000110 | 110100 |
Color Harmonies of #DA842E
Complementary color
Monochromatic Colors of #DA842E
Black with #DA842E
Text Example
Text Example
White with #DA842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA842E; }
p { color: rgb(218,132,46); }
H1.HeaderClassName
{
color: #DA842E;
}
.AnyTagClassName
{
color: #DA842E;
}
</style>
background-color css
<style>
a { background-color: #DA842E; }
a { background-color: rgb(218,132,46); }
div.DivClassName
{
background-color: #DA842E;
}
.BgClassName
{
background-color: #DA842E;
}
</style>
border-color css
<style>
span { border-color: #DA842E; }
span { border-color: rgb(218,132,46); }
td.TdClassName
{
border-color: #DA842E;
}
.TagClassName
{
border-color: #DA842E;
}
</style>