Shades of Equator #DAB16D
Tints of Equator #DAB16D
RGB
CMYK
RGB Variations
Color information
#DAB16D (or 0xDAB16D) is known color: Equator. HEX triplet: DA, B1 and 6D. RGB value is (218,177,109). Sum of RGB (Red+Green+Blue) = 218+177+109=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB16D is #254E92. Grayscale: #B5B5B5. Windows color (decimal): -2444947 or 7188954. OLE color: 7188954.
HSL color Cylindrical-coordinate representation of color #DAB16D: hue angle of 37.43º 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 #DAB16D is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 109 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.15 |
| HSL | 37.43º | 0.6% | 0.64% | - |
| HSV(B) | 37.43º | 0.5% | 0.85% | - |
| XYZ | 47.4 | 47.45 | 21.13 | - |
| YUV | 181.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 109 | 0 | 0.19 | 0.5 | 0.15 | 37.43 | 0.6 | 0.64 |
| Hex | DA | B1 | 6D | 0 | 13 | 32 | F | 25 | 3C | 40 |
| Octal | 332 | 261 | 155 | 0 | 23 | 62 | 17 | 45 | 74 | 100 |
| Binary | 11011010 | 10110001 | 1101101 | 0 | 10011 | 110010 | 1111 | 100101 | 111100 | 1000000 |
Color Harmonies of #DAB16D
Complementary color
Monochromatic Colors of #DAB16D
Black with #DAB16D
Text Example
Text Example
White with #DAB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB16D; }
p { color: rgb(218,177,109); }
H1.HeaderClassName
{
color: #DAB16D;
}
.AnyTagClassName
{
color: #DAB16D;
}
</style>
background-color css
<style>
a { background-color: #DAB16D; }
a { background-color: rgb(218,177,109); }
div.DivClassName
{
background-color: #DAB16D;
}
.BgClassName
{
background-color: #DAB16D;
}
</style>
border-color css
<style>
span { border-color: #DAB16D; }
span { border-color: rgb(218,177,109); }
td.TdClassName
{
border-color: #DAB16D;
}
.TagClassName
{
border-color: #DAB16D;
}
</style>