Shades of Equator #DAB166
Tints of Equator #DAB166
RGB
CMYK
RGB Variations
Color information
#DAB166 (or 0xDAB166) is known color: Equator. HEX triplet: DA, B1 and 66. RGB value is (218,177,102). Sum of RGB (Red+Green+Blue) = 218+177+102=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB166 is #254E99. Grayscale: #B5B5B5. Windows color (decimal): -2444954 or 6730202. OLE color: 6730202.
HSL color Cylindrical-coordinate representation of color #DAB166: hue angle of 38.79º 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 #DAB166 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 102 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.15 |
| HSL | 38.79º | 0.61% | 0.63% | - |
| HSV(B) | 38.79º | 0.53% | 0.85% | - |
| XYZ | 47.03 | 47.31 | 19.22 | - |
| YUV | 180.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 102 | 0 | 0.19 | 0.53 | 0.15 | 38.79 | 0.61 | 0.63 |
| Hex | DA | B1 | 66 | 0 | 13 | 35 | F | 27 | 3D | 3F |
| Octal | 332 | 261 | 146 | 0 | 23 | 65 | 17 | 47 | 75 | 77 |
| Binary | 11011010 | 10110001 | 1100110 | 0 | 10011 | 110101 | 1111 | 100111 | 111101 | 111111 |
Color Harmonies of #DAB166
Complementary color
Monochromatic Colors of #DAB166
Black with #DAB166
Text Example
Text Example
White with #DAB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB166; }
p { color: rgb(218,177,102); }
H1.HeaderClassName
{
color: #DAB166;
}
.AnyTagClassName
{
color: #DAB166;
}
</style>
background-color css
<style>
a { background-color: #DAB166; }
a { background-color: rgb(218,177,102); }
div.DivClassName
{
background-color: #DAB166;
}
.BgClassName
{
background-color: #DAB166;
}
</style>
border-color css
<style>
span { border-color: #DAB166; }
span { border-color: rgb(218,177,102); }
td.TdClassName
{
border-color: #DAB166;
}
.TagClassName
{
border-color: #DAB166;
}
</style>