Shades of Equator #DAAA6C
Tints of Equator #DAAA6C
RGB
CMYK
RGB Variations
Color information
#DAAA6C (or 0xDAAA6C) is known color: Equator. HEX triplet: DA, AA and 6C. RGB value is (218,170,108). Sum of RGB (Red+Green+Blue) = 218+170+108=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA6C is #255593. Grayscale: #B1B1B1. Windows color (decimal): -2446740 or 7121626. OLE color: 7121626.
HSL color Cylindrical-coordinate representation of color #DAAA6C: hue angle of 33.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAAA6C is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 108 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.15 |
| HSL | 33.82º | 0.6% | 0.64% | - |
| HSV(B) | 33.82º | 0.5% | 0.85% | - |
| XYZ | 45.99 | 44.74 | 20.4 | - |
| YUV | 177.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 108 | 0 | 0.22 | 0.50 | 0.15 | 33.82 | 0.6 | 0.64 |
| Hex | DA | AA | 6C | 0 | 16 | 32 | F | 22 | 3C | 40 |
| Octal | 332 | 252 | 154 | 0 | 26 | 62 | 17 | 42 | 74 | 100 |
| Binary | 11011010 | 10101010 | 1101100 | 0 | 10110 | 110010 | 1111 | 100010 | 111100 | 1000000 |
Color Harmonies of #DAAA6C
Complementary color
Monochromatic Colors of #DAAA6C
Black with #DAAA6C
Text Example
Text Example
White with #DAAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA6C; }
p { color: rgb(218,170,108); }
H1.HeaderClassName
{
color: #DAAA6C;
}
.AnyTagClassName
{
color: #DAAA6C;
}
</style>
background-color css
<style>
a { background-color: #DAAA6C; }
a { background-color: rgb(218,170,108); }
div.DivClassName
{
background-color: #DAAA6C;
}
.BgClassName
{
background-color: #DAAA6C;
}
</style>
border-color css
<style>
span { border-color: #DAAA6C; }
span { border-color: rgb(218,170,108); }
td.TdClassName
{
border-color: #DAAA6C;
}
.TagClassName
{
border-color: #DAAA6C;
}
</style>