Shades of Equator #DAB66D
Tints of Equator #DAB66D
RGB
CMYK
RGB Variations
Color information
#DAB66D (or 0xDAB66D) is known color: Equator. HEX triplet: DA, B6 and 6D. RGB value is (218,182,109). Sum of RGB (Red+Green+Blue) = 218+182+109=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB66D is #254992. Grayscale: #B8B8B8. Windows color (decimal): -2443667 or 7190234. OLE color: 7190234.
HSL color Cylindrical-coordinate representation of color #DAB66D: hue angle of 40.18º 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 #DAB66D is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 109 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.15 |
| HSL | 40.18º | 0.6% | 0.64% | - |
| HSV(B) | 40.18º | 0.5% | 0.85% | - |
| XYZ | 48.4 | 49.47 | 21.46 | - |
| YUV | 184.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 109 | 0 | 0.17 | 0.5 | 0.15 | 40.18 | 0.6 | 0.64 |
| Hex | DA | B6 | 6D | 0 | 11 | 32 | F | 28 | 3C | 40 |
| Octal | 332 | 266 | 155 | 0 | 21 | 62 | 17 | 50 | 74 | 100 |
| Binary | 11011010 | 10110110 | 1101101 | 0 | 10001 | 110010 | 1111 | 101000 | 111100 | 1000000 |
Color Harmonies of #DAB66D
Complementary color
Monochromatic Colors of #DAB66D
Black with #DAB66D
Text Example
Text Example
White with #DAB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB66D; }
p { color: rgb(218,182,109); }
H1.HeaderClassName
{
color: #DAB66D;
}
.AnyTagClassName
{
color: #DAB66D;
}
</style>
background-color css
<style>
a { background-color: #DAB66D; }
a { background-color: rgb(218,182,109); }
div.DivClassName
{
background-color: #DAB66D;
}
.BgClassName
{
background-color: #DAB66D;
}
</style>
border-color css
<style>
span { border-color: #DAB66D; }
span { border-color: rgb(218,182,109); }
td.TdClassName
{
border-color: #DAB66D;
}
.TagClassName
{
border-color: #DAB66D;
}
</style>