Shades of Dixie #DA8632
Tints of Dixie #DA8632
RGB
CMYK
RGB Variations
Color information
#DA8632 (or 0xDA8632) is known color: Dixie. HEX triplet: DA, 86 and 32. RGB value is (218,134,50). Sum of RGB (Red+Green+Blue) = 218+134+50=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8632 is #2579CD. Grayscale: #959595. Windows color (decimal): -2456014 or 3311322. OLE color: 3311322.
HSL color Cylindrical-coordinate representation of color #DA8632: hue angle of 30º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA8632 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 50 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.15 |
| HSL | 30º | 0.69% | 0.53% | - |
| HSV(B) | 30º | 0.77% | 0.85% | - |
| XYZ | 38.01 | 32.19 | 7.23 | - |
| YUV | 149.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 50 | 0 | 0.39 | 0.77 | 0.15 | 30 | 0.69 | 0.53 |
| Hex | DA | 86 | 32 | 0 | 27 | 4D | F | 1E | 45 | 35 |
| Octal | 332 | 206 | 62 | 0 | 47 | 115 | 17 | 36 | 105 | 65 |
| Binary | 11011010 | 10000110 | 110010 | 0 | 100111 | 1001101 | 1111 | 11110 | 1000101 | 110101 |
Color Harmonies of #DA8632
Complementary color
Monochromatic Colors of #DA8632
Black with #DA8632
Text Example
Text Example
White with #DA8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8632; }
p { color: rgb(218,134,50); }
H1.HeaderClassName
{
color: #DA8632;
}
.AnyTagClassName
{
color: #DA8632;
}
</style>
background-color css
<style>
a { background-color: #DA8632; }
a { background-color: rgb(218,134,50); }
div.DivClassName
{
background-color: #DA8632;
}
.BgClassName
{
background-color: #DA8632;
}
</style>
border-color css
<style>
span { border-color: #DA8632; }
span { border-color: rgb(218,134,50); }
td.TdClassName
{
border-color: #DA8632;
}
.TagClassName
{
border-color: #DA8632;
}
</style>