Shades of Equator #DAB563
Tints of Equator #DAB563
RGB
CMYK
RGB Variations
Color information
#DAB563 (or 0xDAB563) is known color: Equator. HEX triplet: DA, B5 and 63. RGB value is (218,181,99). Sum of RGB (Red+Green+Blue) = 218+181+99=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB563 is #254A9C. Grayscale: #B7B7B7. Windows color (decimal): -2443933 or 6534618. OLE color: 6534618.
HSL color Cylindrical-coordinate representation of color #DAB563: hue angle of 41.34º 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 #DAB563 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 99 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.15 |
| HSL | 41.34º | 0.62% | 0.62% | - |
| HSV(B) | 41.34º | 0.55% | 0.85% | - |
| XYZ | 47.69 | 48.85 | 18.72 | - |
| YUV | 182.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 99 | 0 | 0.17 | 0.55 | 0.15 | 41.34 | 0.62 | 0.62 |
| Hex | DA | B5 | 63 | 0 | 11 | 37 | F | 29 | 3E | 3E |
| Octal | 332 | 265 | 143 | 0 | 21 | 67 | 17 | 51 | 76 | 76 |
| Binary | 11011010 | 10110101 | 1100011 | 0 | 10001 | 110111 | 1111 | 101001 | 111110 | 111110 |
Color Harmonies of #DAB563
Complementary color
Monochromatic Colors of #DAB563
Black with #DAB563
Text Example
Text Example
White with #DAB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB563; }
p { color: rgb(218,181,99); }
H1.HeaderClassName
{
color: #DAB563;
}
.AnyTagClassName
{
color: #DAB563;
}
</style>
background-color css
<style>
a { background-color: #DAB563; }
a { background-color: rgb(218,181,99); }
div.DivClassName
{
background-color: #DAB563;
}
.BgClassName
{
background-color: #DAB563;
}
</style>
border-color css
<style>
span { border-color: #DAB563; }
span { border-color: rgb(218,181,99); }
td.TdClassName
{
border-color: #DAB563;
}
.TagClassName
{
border-color: #DAB563;
}
</style>