Shades of Equator #DAB766
Tints of Equator #DAB766
RGB
CMYK
RGB Variations
Color information
#DAB766 (or 0xDAB766) is known color: Equator. HEX triplet: DA, B7 and 66. RGB value is (218,183,102). Sum of RGB (Red+Green+Blue) = 218+183+102=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB766 is #254899. Grayscale: #B8B8B8. Windows color (decimal): -2443418 or 6731738. OLE color: 6731738.
HSL color Cylindrical-coordinate representation of color #DAB766: hue angle of 41.9º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAB766 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 102 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.15 |
| HSL | 41.9º | 0.61% | 0.63% | - |
| HSV(B) | 41.9º | 0.53% | 0.85% | - |
| XYZ | 48.25 | 49.73 | 19.63 | - |
| YUV | 184.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 102 | 0 | 0.16 | 0.53 | 0.15 | 41.9 | 0.61 | 0.63 |
| Hex | DA | B7 | 66 | 0 | 10 | 35 | F | 2A | 3D | 3F |
| Octal | 332 | 267 | 146 | 0 | 20 | 65 | 17 | 52 | 75 | 77 |
| Binary | 11011010 | 10110111 | 1100110 | 0 | 10000 | 110101 | 1111 | 101010 | 111101 | 111111 |
Color Harmonies of #DAB766
Complementary color
Monochromatic Colors of #DAB766
Black with #DAB766
Text Example
Text Example
White with #DAB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB766; }
p { color: rgb(218,183,102); }
H1.HeaderClassName
{
color: #DAB766;
}
.AnyTagClassName
{
color: #DAB766;
}
</style>
background-color css
<style>
a { background-color: #DAB766; }
a { background-color: rgb(218,183,102); }
div.DivClassName
{
background-color: #DAB766;
}
.BgClassName
{
background-color: #DAB766;
}
</style>
border-color css
<style>
span { border-color: #DAB766; }
span { border-color: rgb(218,183,102); }
td.TdClassName
{
border-color: #DAB766;
}
.TagClassName
{
border-color: #DAB766;
}
</style>