Shades of Equator #DAB16C
Tints of Equator #DAB16C
RGB
CMYK
RGB Variations
Color information
#DAB16C (or 0xDAB16C) is known color: Equator. HEX triplet: DA, B1 and 6C. RGB value is (218,177,108). Sum of RGB (Red+Green+Blue) = 218+177+108=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB16C is #254E93. Grayscale: #B5B5B5. Windows color (decimal): -2444948 or 7123418. OLE color: 7123418.
HSL color Cylindrical-coordinate representation of color #DAB16C: hue angle of 37.64º 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 #DAB16C is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 108 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.15 |
| HSL | 37.64º | 0.6% | 0.64% | - |
| HSV(B) | 37.64º | 0.5% | 0.85% | - |
| XYZ | 47.34 | 47.43 | 20.85 | - |
| YUV | 181.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 108 | 0 | 0.19 | 0.50 | 0.15 | 37.64 | 0.6 | 0.64 |
| Hex | DA | B1 | 6C | 0 | 13 | 32 | F | 26 | 3C | 40 |
| Octal | 332 | 261 | 154 | 0 | 23 | 62 | 17 | 46 | 74 | 100 |
| Binary | 11011010 | 10110001 | 1101100 | 0 | 10011 | 110010 | 1111 | 100110 | 111100 | 1000000 |
Color Harmonies of #DAB16C
Complementary color
Monochromatic Colors of #DAB16C
Black with #DAB16C
Text Example
Text Example
White with #DAB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB16C; }
p { color: rgb(218,177,108); }
H1.HeaderClassName
{
color: #DAB16C;
}
.AnyTagClassName
{
color: #DAB16C;
}
</style>
background-color css
<style>
a { background-color: #DAB16C; }
a { background-color: rgb(218,177,108); }
div.DivClassName
{
background-color: #DAB16C;
}
.BgClassName
{
background-color: #DAB16C;
}
</style>
border-color css
<style>
span { border-color: #DAB16C; }
span { border-color: rgb(218,177,108); }
td.TdClassName
{
border-color: #DAB16C;
}
.TagClassName
{
border-color: #DAB16C;
}
</style>