Shades of Equator #DAB566
Tints of Equator #DAB566
RGB
CMYK
RGB Variations
Color information
#DAB566 (or 0xDAB566) is known color: Equator. HEX triplet: DA, B5 and 66. RGB value is (218,181,102). Sum of RGB (Red+Green+Blue) = 218+181+102=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB566 is #254A99. Grayscale: #B7B7B7. Windows color (decimal): -2443930 or 6731226. OLE color: 6731226.
HSL color Cylindrical-coordinate representation of color #DAB566: hue angle of 40.86º 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 #DAB566 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 102 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.15 |
| HSL | 40.86º | 0.61% | 0.63% | - |
| HSV(B) | 40.86º | 0.53% | 0.85% | - |
| XYZ | 47.84 | 48.91 | 19.49 | - |
| YUV | 183.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 102 | 0 | 0.17 | 0.53 | 0.15 | 40.86 | 0.61 | 0.63 |
| Hex | DA | B5 | 66 | 0 | 11 | 35 | F | 29 | 3D | 3F |
| Octal | 332 | 265 | 146 | 0 | 21 | 65 | 17 | 51 | 75 | 77 |
| Binary | 11011010 | 10110101 | 1100110 | 0 | 10001 | 110101 | 1111 | 101001 | 111101 | 111111 |
Color Harmonies of #DAB566
Complementary color
Monochromatic Colors of #DAB566
Black with #DAB566
Text Example
Text Example
White with #DAB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB566; }
p { color: rgb(218,181,102); }
H1.HeaderClassName
{
color: #DAB566;
}
.AnyTagClassName
{
color: #DAB566;
}
</style>
background-color css
<style>
a { background-color: #DAB566; }
a { background-color: rgb(218,181,102); }
div.DivClassName
{
background-color: #DAB566;
}
.BgClassName
{
background-color: #DAB566;
}
</style>
border-color css
<style>
span { border-color: #DAB566; }
span { border-color: rgb(218,181,102); }
td.TdClassName
{
border-color: #DAB566;
}
.TagClassName
{
border-color: #DAB566;
}
</style>