Shades of Dixie #DA852C
Tints of Dixie #DA852C
RGB
CMYK
RGB Variations
Color information
#DA852C (or 0xDA852C) is known color: Dixie. HEX triplet: DA, 85 and 2C. RGB value is (218,133,44). Sum of RGB (Red+Green+Blue) = 218+133+44=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA852C is #257AD3. Grayscale: #949494. Windows color (decimal): -2456276 or 2917850. OLE color: 2917850.
HSL color Cylindrical-coordinate representation of color #DA852C: hue angle of 30.69º 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 #DA852C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 44 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.15 |
| HSL | 30.69º | 0.7% | 0.51% | - |
| HSV(B) | 30.69º | 0.8% | 0.85% | - |
| XYZ | 37.76 | 31.86 | 6.54 | - |
| YUV | 148.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 44 | 0 | 0.39 | 0.80 | 0.15 | 30.69 | 0.7 | 0.51 |
| Hex | DA | 85 | 2C | 0 | 27 | 50 | F | 1F | 46 | 33 |
| Octal | 332 | 205 | 54 | 0 | 47 | 120 | 17 | 37 | 106 | 63 |
| Binary | 11011010 | 10000101 | 101100 | 0 | 100111 | 1010000 | 1111 | 11111 | 1000110 | 110011 |
Color Harmonies of #DA852C
Complementary color
Monochromatic Colors of #DA852C
Black with #DA852C
Text Example
Text Example
White with #DA852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA852C; }
p { color: rgb(218,133,44); }
H1.HeaderClassName
{
color: #DA852C;
}
.AnyTagClassName
{
color: #DA852C;
}
</style>
background-color css
<style>
a { background-color: #DA852C; }
a { background-color: rgb(218,133,44); }
div.DivClassName
{
background-color: #DA852C;
}
.BgClassName
{
background-color: #DA852C;
}
</style>
border-color css
<style>
span { border-color: #DA852C; }
span { border-color: rgb(218,133,44); }
td.TdClassName
{
border-color: #DA852C;
}
.TagClassName
{
border-color: #DA852C;
}
</style>