Shades of Equator #DAB06D
Tints of Equator #DAB06D
RGB
CMYK
RGB Variations
Color information
#DAB06D (or 0xDAB06D) is known color: Equator. HEX triplet: DA, B0 and 6D. RGB value is (218,176,109). Sum of RGB (Red+Green+Blue) = 218+176+109=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB06D is #254F92. Grayscale: #B5B5B5. Windows color (decimal): -2445203 or 7188698. OLE color: 7188698.
HSL color Cylindrical-coordinate representation of color #DAB06D: hue angle of 36.88º 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 #DAB06D is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 109 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.15 |
| HSL | 36.88º | 0.6% | 0.64% | - |
| HSV(B) | 36.88º | 0.5% | 0.85% | - |
| XYZ | 47.2 | 47.06 | 21.06 | - |
| YUV | 180.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 109 | 0 | 0.19 | 0.5 | 0.15 | 36.88 | 0.6 | 0.64 |
| Hex | DA | B0 | 6D | 0 | 13 | 32 | F | 25 | 3C | 40 |
| Octal | 332 | 260 | 155 | 0 | 23 | 62 | 17 | 45 | 74 | 100 |
| Binary | 11011010 | 10110000 | 1101101 | 0 | 10011 | 110010 | 1111 | 100101 | 111100 | 1000000 |
Color Harmonies of #DAB06D
Complementary color
Monochromatic Colors of #DAB06D
Black with #DAB06D
Text Example
Text Example
White with #DAB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB06D; }
p { color: rgb(218,176,109); }
H1.HeaderClassName
{
color: #DAB06D;
}
.AnyTagClassName
{
color: #DAB06D;
}
</style>
background-color css
<style>
a { background-color: #DAB06D; }
a { background-color: rgb(218,176,109); }
div.DivClassName
{
background-color: #DAB06D;
}
.BgClassName
{
background-color: #DAB06D;
}
</style>
border-color css
<style>
span { border-color: #DAB06D; }
span { border-color: rgb(218,176,109); }
td.TdClassName
{
border-color: #DAB06D;
}
.TagClassName
{
border-color: #DAB06D;
}
</style>