Shades of Equator #DAB56C
Tints of Equator #DAB56C
RGB
CMYK
RGB Variations
Color information
#DAB56C (or 0xDAB56C) is known color: Equator. HEX triplet: DA, B5 and 6C. RGB value is (218,181,108). Sum of RGB (Red+Green+Blue) = 218+181+108=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB56C is #254A93. Grayscale: #B8B8B8. Windows color (decimal): -2443924 or 7124442. OLE color: 7124442.
HSL color Cylindrical-coordinate representation of color #DAB56C: hue angle of 39.82º 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 #DAB56C is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 108 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.15 |
| HSL | 39.82º | 0.6% | 0.64% | - |
| HSV(B) | 39.82º | 0.5% | 0.85% | - |
| XYZ | 48.14 | 49.04 | 21.11 | - |
| YUV | 183.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 108 | 0 | 0.17 | 0.50 | 0.15 | 39.82 | 0.6 | 0.64 |
| Hex | DA | B5 | 6C | 0 | 11 | 32 | F | 28 | 3C | 40 |
| Octal | 332 | 265 | 154 | 0 | 21 | 62 | 17 | 50 | 74 | 100 |
| Binary | 11011010 | 10110101 | 1101100 | 0 | 10001 | 110010 | 1111 | 101000 | 111100 | 1000000 |
Color Harmonies of #DAB56C
Complementary color
Monochromatic Colors of #DAB56C
Black with #DAB56C
Text Example
Text Example
White with #DAB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB56C; }
p { color: rgb(218,181,108); }
H1.HeaderClassName
{
color: #DAB56C;
}
.AnyTagClassName
{
color: #DAB56C;
}
</style>
background-color css
<style>
a { background-color: #DAB56C; }
a { background-color: rgb(218,181,108); }
div.DivClassName
{
background-color: #DAB56C;
}
.BgClassName
{
background-color: #DAB56C;
}
</style>
border-color css
<style>
span { border-color: #DAB56C; }
span { border-color: rgb(218,181,108); }
td.TdClassName
{
border-color: #DAB56C;
}
.TagClassName
{
border-color: #DAB56C;
}
</style>