Shades of Equator #DAB459
Tints of Equator #DAB459
RGB
CMYK
RGB Variations
Color information
#DAB459 (or 0xDAB459) is known color: Equator. HEX triplet: DA, B4 and 59. RGB value is (218,180,89). Sum of RGB (Red+Green+Blue) = 218+180+89=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB459 is #254BA6. Grayscale: #B5B5B5. Windows color (decimal): -2444199 or 5879002. OLE color: 5879002.
HSL color Cylindrical-coordinate representation of color #DAB459: hue angle of 42.33º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAB459 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 89 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.15 |
| HSL | 42.33º | 0.64% | 0.6% | - |
| HSV(B) | 42.33º | 0.59% | 0.85% | - |
| XYZ | 47.04 | 48.27 | 16.29 | - |
| YUV | 180.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 89 | 0 | 0.17 | 0.59 | 0.15 | 42.33 | 0.64 | 0.6 |
| Hex | DA | B4 | 59 | 0 | 11 | 3B | F | 2A | 40 | 3C |
| Octal | 332 | 264 | 131 | 0 | 21 | 73 | 17 | 52 | 100 | 74 |
| Binary | 11011010 | 10110100 | 1011001 | 0 | 10001 | 111011 | 1111 | 101010 | 1000000 | 111100 |
Color Harmonies of #DAB459
Complementary color
Monochromatic Colors of #DAB459
Black with #DAB459
Text Example
Text Example
White with #DAB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB459; }
p { color: rgb(218,180,89); }
H1.HeaderClassName
{
color: #DAB459;
}
.AnyTagClassName
{
color: #DAB459;
}
</style>
background-color css
<style>
a { background-color: #DAB459; }
a { background-color: rgb(218,180,89); }
div.DivClassName
{
background-color: #DAB459;
}
.BgClassName
{
background-color: #DAB459;
}
</style>
border-color css
<style>
span { border-color: #DAB459; }
span { border-color: rgb(218,180,89); }
td.TdClassName
{
border-color: #DAB459;
}
.TagClassName
{
border-color: #DAB459;
}
</style>