Shades of Equator #DAA86C
Tints of Equator #DAA86C
RGB
CMYK
RGB Variations
Color information
#DAA86C (or 0xDAA86C) is known color: Equator. HEX triplet: DA, A8 and 6C. RGB value is (218,168,108). Sum of RGB (Red+Green+Blue) = 218+168+108=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA86C is #255793. Grayscale: #B0B0B0. Windows color (decimal): -2447252 or 7121114. OLE color: 7121114.
HSL color Cylindrical-coordinate representation of color #DAA86C: hue angle of 32.73º 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 #DAA86C is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 108 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.15 |
| HSL | 32.73º | 0.6% | 0.64% | - |
| HSV(B) | 32.73º | 0.5% | 0.85% | - |
| XYZ | 45.62 | 43.99 | 20.27 | - |
| YUV | 176.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 108 | 0 | 0.23 | 0.50 | 0.15 | 32.73 | 0.6 | 0.64 |
| Hex | DA | A8 | 6C | 0 | 17 | 32 | F | 21 | 3C | 40 |
| Octal | 332 | 250 | 154 | 0 | 27 | 62 | 17 | 41 | 74 | 100 |
| Binary | 11011010 | 10101000 | 1101100 | 0 | 10111 | 110010 | 1111 | 100001 | 111100 | 1000000 |
Color Harmonies of #DAA86C
Complementary color
Monochromatic Colors of #DAA86C
Black with #DAA86C
Text Example
Text Example
White with #DAA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA86C; }
p { color: rgb(218,168,108); }
H1.HeaderClassName
{
color: #DAA86C;
}
.AnyTagClassName
{
color: #DAA86C;
}
</style>
background-color css
<style>
a { background-color: #DAA86C; }
a { background-color: rgb(218,168,108); }
div.DivClassName
{
background-color: #DAA86C;
}
.BgClassName
{
background-color: #DAA86C;
}
</style>
border-color css
<style>
span { border-color: #DAA86C; }
span { border-color: rgb(218,168,108); }
td.TdClassName
{
border-color: #DAA86C;
}
.TagClassName
{
border-color: #DAA86C;
}
</style>