Shades of Equator #DAB65E
Tints of Equator #DAB65E
RGB
CMYK
RGB Variations
Color information
#DAB65E (or 0xDAB65E) is known color: Equator. HEX triplet: DA, B6 and 5E. RGB value is (218,182,94). Sum of RGB (Red+Green+Blue) = 218+182+94=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB65E is #2549A1. Grayscale: #B7B7B7. Windows color (decimal): -2443682 or 6207194. OLE color: 6207194.
HSL color Cylindrical-coordinate representation of color #DAB65E: hue angle of 42.58º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAB65E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 94 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.15 |
| HSL | 42.58º | 0.63% | 0.61% | - |
| HSV(B) | 42.58º | 0.57% | 0.85% | - |
| XYZ | 47.66 | 49.17 | 17.57 | - |
| YUV | 182.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 94 | 0 | 0.17 | 0.57 | 0.15 | 42.58 | 0.63 | 0.61 |
| Hex | DA | B6 | 5E | 0 | 11 | 39 | F | 2B | 3F | 3D |
| Octal | 332 | 266 | 136 | 0 | 21 | 71 | 17 | 53 | 77 | 75 |
| Binary | 11011010 | 10110110 | 1011110 | 0 | 10001 | 111001 | 1111 | 101011 | 111111 | 111101 |
Color Harmonies of #DAB65E
Complementary color
Monochromatic Colors of #DAB65E
Black with #DAB65E
Text Example
Text Example
White with #DAB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB65E; }
p { color: rgb(218,182,94); }
H1.HeaderClassName
{
color: #DAB65E;
}
.AnyTagClassName
{
color: #DAB65E;
}
</style>
background-color css
<style>
a { background-color: #DAB65E; }
a { background-color: rgb(218,182,94); }
div.DivClassName
{
background-color: #DAB65E;
}
.BgClassName
{
background-color: #DAB65E;
}
</style>
border-color css
<style>
span { border-color: #DAB65E; }
span { border-color: rgb(218,182,94); }
td.TdClassName
{
border-color: #DAB65E;
}
.TagClassName
{
border-color: #DAB65E;
}
</style>