Shades of Equator #DAA96A
Tints of Equator #DAA96A
RGB
CMYK
RGB Variations
Color information
#DAA96A (or 0xDAA96A) is known color: Equator. HEX triplet: DA, A9 and 6A. RGB value is (218,169,106). Sum of RGB (Red+Green+Blue) = 218+169+106=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA96A is #255695. Grayscale: #B0B0B0. Windows color (decimal): -2446998 or 6990298. OLE color: 6990298.
HSL color Cylindrical-coordinate representation of color #DAA96A: hue angle of 33.75º 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 #DAA96A is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 106 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.15 |
| HSL | 33.75º | 0.6% | 0.64% | - |
| HSV(B) | 33.75º | 0.51% | 0.85% | - |
| XYZ | 45.7 | 44.32 | 19.78 | - |
| YUV | 176.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 106 | 0 | 0.22 | 0.51 | 0.15 | 33.75 | 0.6 | 0.64 |
| Hex | DA | A9 | 6A | 0 | 16 | 33 | F | 22 | 3C | 40 |
| Octal | 332 | 251 | 152 | 0 | 26 | 63 | 17 | 42 | 74 | 100 |
| Binary | 11011010 | 10101001 | 1101010 | 0 | 10110 | 110011 | 1111 | 100010 | 111100 | 1000000 |
Color Harmonies of #DAA96A
Complementary color
Monochromatic Colors of #DAA96A
Black with #DAA96A
Text Example
Text Example
White with #DAA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA96A; }
p { color: rgb(218,169,106); }
H1.HeaderClassName
{
color: #DAA96A;
}
.AnyTagClassName
{
color: #DAA96A;
}
</style>
background-color css
<style>
a { background-color: #DAA96A; }
a { background-color: rgb(218,169,106); }
div.DivClassName
{
background-color: #DAA96A;
}
.BgClassName
{
background-color: #DAA96A;
}
</style>
border-color css
<style>
span { border-color: #DAA96A; }
span { border-color: rgb(218,169,106); }
td.TdClassName
{
border-color: #DAA96A;
}
.TagClassName
{
border-color: #DAA96A;
}
</style>