Shades of Equator #DAA66A
Tints of Equator #DAA66A
RGB
CMYK
RGB Variations
Color information
#DAA66A (or 0xDAA66A) is known color: Equator. HEX triplet: DA, A6 and 6A. RGB value is (218,166,106). Sum of RGB (Red+Green+Blue) = 218+166+106=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA66A is #255995. Grayscale: #AEAEAE. Windows color (decimal): -2447766 or 6989530. OLE color: 6989530.
HSL color Cylindrical-coordinate representation of color #DAA66A: hue angle of 32.14º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAA66A is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 106 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.15 |
| HSL | 32.14º | 0.6% | 0.64% | - |
| HSV(B) | 32.14º | 0.51% | 0.85% | - |
| XYZ | 45.15 | 43.22 | 19.6 | - |
| YUV | 174.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 106 | 0 | 0.24 | 0.51 | 0.15 | 32.14 | 0.6 | 0.64 |
| Hex | DA | A6 | 6A | 0 | 18 | 33 | F | 20 | 3C | 40 |
| Octal | 332 | 246 | 152 | 0 | 30 | 63 | 17 | 40 | 74 | 100 |
| Binary | 11011010 | 10100110 | 1101010 | 0 | 11000 | 110011 | 1111 | 100000 | 111100 | 1000000 |
Color Harmonies of #DAA66A
Complementary color
Monochromatic Colors of #DAA66A
Black with #DAA66A
Text Example
Text Example
White with #DAA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA66A; }
p { color: rgb(218,166,106); }
H1.HeaderClassName
{
color: #DAA66A;
}
.AnyTagClassName
{
color: #DAA66A;
}
</style>
background-color css
<style>
a { background-color: #DAA66A; }
a { background-color: rgb(218,166,106); }
div.DivClassName
{
background-color: #DAA66A;
}
.BgClassName
{
background-color: #DAA66A;
}
</style>
border-color css
<style>
span { border-color: #DAA66A; }
span { border-color: rgb(218,166,106); }
td.TdClassName
{
border-color: #DAA66A;
}
.TagClassName
{
border-color: #DAA66A;
}
</style>