Shades of Dixie #DA862A
Tints of Dixie #DA862A
RGB
CMYK
RGB Variations
Color information
#DA862A (or 0xDA862A) is known color: Dixie. HEX triplet: DA, 86 and 2A. RGB value is (218,134,42). Sum of RGB (Red+Green+Blue) = 218+134+42=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA862A is #2579D5. Grayscale: #959595. Windows color (decimal): -2456022 or 2787034. OLE color: 2787034.
HSL color Cylindrical-coordinate representation of color #DA862A: hue angle of 31.36º 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 #DA862A is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 42 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.15 |
| HSL | 31.36º | 0.7% | 0.51% | - |
| HSV(B) | 31.36º | 0.81% | 0.85% | - |
| XYZ | 37.86 | 32.12 | 6.4 | - |
| YUV | 148.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 42 | 0 | 0.39 | 0.81 | 0.15 | 31.36 | 0.7 | 0.51 |
| Hex | DA | 86 | 2A | 0 | 27 | 51 | F | 1F | 46 | 33 |
| Octal | 332 | 206 | 52 | 0 | 47 | 121 | 17 | 37 | 106 | 63 |
| Binary | 11011010 | 10000110 | 101010 | 0 | 100111 | 1010001 | 1111 | 11111 | 1000110 | 110011 |
Color Harmonies of #DA862A
Complementary color
Monochromatic Colors of #DA862A
Black with #DA862A
Text Example
Text Example
White with #DA862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA862A; }
p { color: rgb(218,134,42); }
H1.HeaderClassName
{
color: #DA862A;
}
.AnyTagClassName
{
color: #DA862A;
}
</style>
background-color css
<style>
a { background-color: #DA862A; }
a { background-color: rgb(218,134,42); }
div.DivClassName
{
background-color: #DA862A;
}
.BgClassName
{
background-color: #DA862A;
}
</style>
border-color css
<style>
span { border-color: #DA862A; }
span { border-color: rgb(218,134,42); }
td.TdClassName
{
border-color: #DA862A;
}
.TagClassName
{
border-color: #DA862A;
}
</style>