Shades of Equator #DAB66C
Tints of Equator #DAB66C
RGB
CMYK
RGB Variations
Color information
#DAB66C (or 0xDAB66C) is known color: Equator. HEX triplet: DA, B6 and 6C. RGB value is (218,182,108). Sum of RGB (Red+Green+Blue) = 218+182+108=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB66C is #254993. Grayscale: #B8B8B8. Windows color (decimal): -2443668 or 7124698. OLE color: 7124698.
HSL color Cylindrical-coordinate representation of color #DAB66C: hue angle of 40.36º 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 #DAB66C is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 108 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.15 |
| HSL | 40.36º | 0.6% | 0.64% | - |
| HSV(B) | 40.36º | 0.5% | 0.85% | - |
| XYZ | 48.35 | 49.44 | 21.18 | - |
| YUV | 184.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 108 | 0 | 0.17 | 0.50 | 0.15 | 40.36 | 0.6 | 0.64 |
| Hex | DA | B6 | 6C | 0 | 11 | 32 | F | 28 | 3C | 40 |
| Octal | 332 | 266 | 154 | 0 | 21 | 62 | 17 | 50 | 74 | 100 |
| Binary | 11011010 | 10110110 | 1101100 | 0 | 10001 | 110010 | 1111 | 101000 | 111100 | 1000000 |
Color Harmonies of #DAB66C
Complementary color
Monochromatic Colors of #DAB66C
Black with #DAB66C
Text Example
Text Example
White with #DAB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB66C; }
p { color: rgb(218,182,108); }
H1.HeaderClassName
{
color: #DAB66C;
}
.AnyTagClassName
{
color: #DAB66C;
}
</style>
background-color css
<style>
a { background-color: #DAB66C; }
a { background-color: rgb(218,182,108); }
div.DivClassName
{
background-color: #DAB66C;
}
.BgClassName
{
background-color: #DAB66C;
}
</style>
border-color css
<style>
span { border-color: #DAB66C; }
span { border-color: rgb(218,182,108); }
td.TdClassName
{
border-color: #DAB66C;
}
.TagClassName
{
border-color: #DAB66C;
}
</style>