Shades of Dixie #DA852A
Tints of Dixie #DA852A
RGB
CMYK
RGB Variations
Color information
#DA852A (or 0xDA852A) is known color: Dixie. HEX triplet: DA, 85 and 2A. RGB value is (218,133,42). Sum of RGB (Red+Green+Blue) = 218+133+42=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA852A is #257AD5. Grayscale: #949494. Windows color (decimal): -2456278 or 2786778. OLE color: 2786778.
HSL color Cylindrical-coordinate representation of color #DA852A: hue angle of 31.02º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA852A is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 42 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.15 |
| HSL | 31.02º | 0.7% | 0.51% | - |
| HSV(B) | 31.02º | 0.81% | 0.85% | - |
| XYZ | 37.72 | 31.85 | 6.35 | - |
| YUV | 148.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 42 | 0 | 0.39 | 0.81 | 0.15 | 31.02 | 0.7 | 0.51 |
| Hex | DA | 85 | 2A | 0 | 27 | 51 | F | 1F | 46 | 33 |
| Octal | 332 | 205 | 52 | 0 | 47 | 121 | 17 | 37 | 106 | 63 |
| Binary | 11011010 | 10000101 | 101010 | 0 | 100111 | 1010001 | 1111 | 11111 | 1000110 | 110011 |
Color Harmonies of #DA852A
Complementary color
Monochromatic Colors of #DA852A
Black with #DA852A
Text Example
Text Example
White with #DA852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA852A; }
p { color: rgb(218,133,42); }
H1.HeaderClassName
{
color: #DA852A;
}
.AnyTagClassName
{
color: #DA852A;
}
</style>
background-color css
<style>
a { background-color: #DA852A; }
a { background-color: rgb(218,133,42); }
div.DivClassName
{
background-color: #DA852A;
}
.BgClassName
{
background-color: #DA852A;
}
</style>
border-color css
<style>
span { border-color: #DA852A; }
span { border-color: rgb(218,133,42); }
td.TdClassName
{
border-color: #DA852A;
}
.TagClassName
{
border-color: #DA852A;
}
</style>