Shades of Dixie #DA8532
Tints of Dixie #DA8532
RGB
CMYK
RGB Variations
Color information
#DA8532 (or 0xDA8532) is known color: Dixie. HEX triplet: DA, 85 and 32. RGB value is (218,133,50). Sum of RGB (Red+Green+Blue) = 218+133+50=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8532 is #257ACD. Grayscale: #959595. Windows color (decimal): -2456270 or 3311066. OLE color: 3311066.
HSL color Cylindrical-coordinate representation of color #DA8532: hue angle of 29.64º 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 #DA8532 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 50 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.15 |
| HSL | 29.64º | 0.69% | 0.53% | - |
| HSV(B) | 29.64º | 0.77% | 0.85% | - |
| XYZ | 37.88 | 31.91 | 7.18 | - |
| YUV | 148.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 50 | 0 | 0.39 | 0.77 | 0.15 | 29.64 | 0.69 | 0.53 |
| Hex | DA | 85 | 32 | 0 | 27 | 4D | F | 1E | 45 | 35 |
| Octal | 332 | 205 | 62 | 0 | 47 | 115 | 17 | 36 | 105 | 65 |
| Binary | 11011010 | 10000101 | 110010 | 0 | 100111 | 1001101 | 1111 | 11110 | 1000101 | 110101 |
Color Harmonies of #DA8532
Complementary color
Monochromatic Colors of #DA8532
Black with #DA8532
Text Example
Text Example
White with #DA8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8532; }
p { color: rgb(218,133,50); }
H1.HeaderClassName
{
color: #DA8532;
}
.AnyTagClassName
{
color: #DA8532;
}
</style>
background-color css
<style>
a { background-color: #DA8532; }
a { background-color: rgb(218,133,50); }
div.DivClassName
{
background-color: #DA8532;
}
.BgClassName
{
background-color: #DA8532;
}
</style>
border-color css
<style>
span { border-color: #DA8532; }
span { border-color: rgb(218,133,50); }
td.TdClassName
{
border-color: #DA8532;
}
.TagClassName
{
border-color: #DA8532;
}
</style>