Shades of Equator #DAB562
Tints of Equator #DAB562
RGB
CMYK
RGB Variations
Color information
#DAB562 (or 0xDAB562) is known color: Equator. HEX triplet: DA, B5 and 62. RGB value is (218,181,98). Sum of RGB (Red+Green+Blue) = 218+181+98=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB562 is #254A9D. Grayscale: #B6B6B6. Windows color (decimal): -2443934 or 6469082. OLE color: 6469082.
HSL color Cylindrical-coordinate representation of color #DAB562: hue angle of 41.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAB562 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 98 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.15 |
| HSL | 41.5º | 0.62% | 0.62% | - |
| HSV(B) | 41.5º | 0.55% | 0.85% | - |
| XYZ | 47.64 | 48.84 | 18.47 | - |
| YUV | 182.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 98 | 0 | 0.17 | 0.55 | 0.15 | 41.5 | 0.62 | 0.62 |
| Hex | DA | B5 | 62 | 0 | 11 | 37 | F | 2A | 3E | 3E |
| Octal | 332 | 265 | 142 | 0 | 21 | 67 | 17 | 52 | 76 | 76 |
| Binary | 11011010 | 10110101 | 1100010 | 0 | 10001 | 110111 | 1111 | 101010 | 111110 | 111110 |
Color Harmonies of #DAB562
Complementary color
Monochromatic Colors of #DAB562
Black with #DAB562
Text Example
Text Example
White with #DAB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB562; }
p { color: rgb(218,181,98); }
H1.HeaderClassName
{
color: #DAB562;
}
.AnyTagClassName
{
color: #DAB562;
}
</style>
background-color css
<style>
a { background-color: #DAB562; }
a { background-color: rgb(218,181,98); }
div.DivClassName
{
background-color: #DAB562;
}
.BgClassName
{
background-color: #DAB562;
}
</style>
border-color css
<style>
span { border-color: #DAB562; }
span { border-color: rgb(218,181,98); }
td.TdClassName
{
border-color: #DAB562;
}
.TagClassName
{
border-color: #DAB562;
}
</style>