Shades of Equator #DAB16A
Tints of Equator #DAB16A
RGB
CMYK
RGB Variations
Color information
#DAB16A (or 0xDAB16A) is known color: Equator. HEX triplet: DA, B1 and 6A. RGB value is (218,177,106). Sum of RGB (Red+Green+Blue) = 218+177+106=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB16A is #254E95. Grayscale: #B5B5B5. Windows color (decimal): -2444950 or 6992346. OLE color: 6992346.
HSL color Cylindrical-coordinate representation of color #DAB16A: hue angle of 38.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAB16A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 106 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.15 |
| HSL | 38.04º | 0.6% | 0.64% | - |
| HSV(B) | 38.04º | 0.51% | 0.85% | - |
| XYZ | 47.24 | 47.39 | 20.29 | - |
| YUV | 181.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 106 | 0 | 0.19 | 0.51 | 0.15 | 38.04 | 0.6 | 0.64 |
| Hex | DA | B1 | 6A | 0 | 13 | 33 | F | 26 | 3C | 40 |
| Octal | 332 | 261 | 152 | 0 | 23 | 63 | 17 | 46 | 74 | 100 |
| Binary | 11011010 | 10110001 | 1101010 | 0 | 10011 | 110011 | 1111 | 100110 | 111100 | 1000000 |
Color Harmonies of #DAB16A
Complementary color
Monochromatic Colors of #DAB16A
Black with #DAB16A
Text Example
Text Example
White with #DAB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB16A; }
p { color: rgb(218,177,106); }
H1.HeaderClassName
{
color: #DAB16A;
}
.AnyTagClassName
{
color: #DAB16A;
}
</style>
background-color css
<style>
a { background-color: #DAB16A; }
a { background-color: rgb(218,177,106); }
div.DivClassName
{
background-color: #DAB16A;
}
.BgClassName
{
background-color: #DAB16A;
}
</style>
border-color css
<style>
span { border-color: #DAB16A; }
span { border-color: rgb(218,177,106); }
td.TdClassName
{
border-color: #DAB16A;
}
.TagClassName
{
border-color: #DAB16A;
}
</style>