Shades of Equator #DAB757
Tints of Equator #DAB757
RGB
CMYK
RGB Variations
Color information
#DAB757 (or 0xDAB757) is known color: Equator. HEX triplet: DA, B7 and 57. RGB value is (218,183,87). Sum of RGB (Red+Green+Blue) = 218+183+87=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB757 is #2548A8. Grayscale: #B6B6B6. Windows color (decimal): -2443433 or 5748698. OLE color: 5748698.
HSL color Cylindrical-coordinate representation of color #DAB757: hue angle of 43.97º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAB757 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 87 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.15 |
| HSL | 43.97º | 0.64% | 0.6% | - |
| HSV(B) | 43.97º | 0.6% | 0.85% | - |
| XYZ | 47.57 | 49.46 | 16.06 | - |
| YUV | 182.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 87 | 0 | 0.16 | 0.60 | 0.15 | 43.97 | 0.64 | 0.6 |
| Hex | DA | B7 | 57 | 0 | 10 | 3C | F | 2C | 40 | 3C |
| Octal | 332 | 267 | 127 | 0 | 20 | 74 | 17 | 54 | 100 | 74 |
| Binary | 11011010 | 10110111 | 1010111 | 0 | 10000 | 111100 | 1111 | 101100 | 1000000 | 111100 |
Color Harmonies of #DAB757
Complementary color
Monochromatic Colors of #DAB757
Black with #DAB757
Text Example
Text Example
White with #DAB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB757; }
p { color: rgb(218,183,87); }
H1.HeaderClassName
{
color: #DAB757;
}
.AnyTagClassName
{
color: #DAB757;
}
</style>
background-color css
<style>
a { background-color: #DAB757; }
a { background-color: rgb(218,183,87); }
div.DivClassName
{
background-color: #DAB757;
}
.BgClassName
{
background-color: #DAB757;
}
</style>
border-color css
<style>
span { border-color: #DAB757; }
span { border-color: rgb(218,183,87); }
td.TdClassName
{
border-color: #DAB757;
}
.TagClassName
{
border-color: #DAB757;
}
</style>