Shades of Dixie #DA822B
Tints of Dixie #DA822B
RGB
CMYK
RGB Variations
Color information
#DA822B (or 0xDA822B) is known color: Dixie. HEX triplet: DA, 82 and 2B. RGB value is (218,130,43). Sum of RGB (Red+Green+Blue) = 218+130+43=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA822B is #257DD4. Grayscale: #929292. Windows color (decimal): -2457045 or 2851546. OLE color: 2851546.
HSL color Cylindrical-coordinate representation of color #DA822B: hue angle of 29.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA822B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 43 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.15 |
| HSL | 29.83º | 0.7% | 0.51% | - |
| HSV(B) | 29.83º | 0.8% | 0.85% | - |
| XYZ | 37.33 | 31.05 | 6.31 | - |
| YUV | 146.39 | 69.65 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 43 | 0 | 0.40 | 0.80 | 0.15 | 29.83 | 0.7 | 0.51 |
| Hex | DA | 82 | 2B | 0 | 28 | 50 | F | 1E | 46 | 33 |
| Octal | 332 | 202 | 53 | 0 | 50 | 120 | 17 | 36 | 106 | 63 |
| Binary | 11011010 | 10000010 | 101011 | 0 | 101000 | 1010000 | 1111 | 11110 | 1000110 | 110011 |
Color Harmonies of #DA822B
Complementary color
Monochromatic Colors of #DA822B
Black with #DA822B
Text Example
Text Example
White with #DA822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA822B; }
p { color: rgb(218,130,43); }
H1.HeaderClassName
{
color: #DA822B;
}
.AnyTagClassName
{
color: #DA822B;
}
</style>
background-color css
<style>
a { background-color: #DA822B; }
a { background-color: rgb(218,130,43); }
div.DivClassName
{
background-color: #DA822B;
}
.BgClassName
{
background-color: #DA822B;
}
</style>
border-color css
<style>
span { border-color: #DA822B; }
span { border-color: rgb(218,130,43); }
td.TdClassName
{
border-color: #DA822B;
}
.TagClassName
{
border-color: #DA822B;
}
</style>