Shades of Equator #DAB66A
Tints of Equator #DAB66A
RGB
CMYK
RGB Variations
Color information
#DAB66A (or 0xDAB66A) is known color: Equator. HEX triplet: DA, B6 and 6A. RGB value is (218,182,106). Sum of RGB (Red+Green+Blue) = 218+182+106=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB66A is #254995. Grayscale: #B8B8B8. Windows color (decimal): -2443670 or 6993626. OLE color: 6993626.
HSL color Cylindrical-coordinate representation of color #DAB66A: hue angle of 40.71º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAB66A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 106 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.15 |
| HSL | 40.71º | 0.6% | 0.64% | - |
| HSV(B) | 40.71º | 0.51% | 0.85% | - |
| XYZ | 48.24 | 49.4 | 20.63 | - |
| YUV | 184.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 106 | 0 | 0.17 | 0.51 | 0.15 | 40.71 | 0.6 | 0.64 |
| Hex | DA | B6 | 6A | 0 | 11 | 33 | F | 29 | 3C | 40 |
| Octal | 332 | 266 | 152 | 0 | 21 | 63 | 17 | 51 | 74 | 100 |
| Binary | 11011010 | 10110110 | 1101010 | 0 | 10001 | 110011 | 1111 | 101001 | 111100 | 1000000 |
Color Harmonies of #DAB66A
Complementary color
Monochromatic Colors of #DAB66A
Black with #DAB66A
Text Example
Text Example
White with #DAB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB66A; }
p { color: rgb(218,182,106); }
H1.HeaderClassName
{
color: #DAB66A;
}
.AnyTagClassName
{
color: #DAB66A;
}
</style>
background-color css
<style>
a { background-color: #DAB66A; }
a { background-color: rgb(218,182,106); }
div.DivClassName
{
background-color: #DAB66A;
}
.BgClassName
{
background-color: #DAB66A;
}
</style>
border-color css
<style>
span { border-color: #DAB66A; }
span { border-color: rgb(218,182,106); }
td.TdClassName
{
border-color: #DAB66A;
}
.TagClassName
{
border-color: #DAB66A;
}
</style>