Shades of Equator #DAB565
Tints of Equator #DAB565
RGB
CMYK
RGB Variations
Color information
#DAB565 (or 0xDAB565) is known color: Equator. HEX triplet: DA, B5 and 65. RGB value is (218,181,101). Sum of RGB (Red+Green+Blue) = 218+181+101=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB565 is #254A9A. Grayscale: #B7B7B7. Windows color (decimal): -2443931 or 6665690. OLE color: 6665690.
HSL color Cylindrical-coordinate representation of color #DAB565: hue angle of 41.03º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAB565 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 101 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.15 |
| HSL | 41.03º | 0.61% | 0.63% | - |
| HSV(B) | 41.03º | 0.54% | 0.85% | - |
| XYZ | 47.79 | 48.89 | 19.23 | - |
| YUV | 182.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 101 | 0 | 0.17 | 0.54 | 0.15 | 41.03 | 0.61 | 0.63 |
| Hex | DA | B5 | 65 | 0 | 11 | 36 | F | 29 | 3D | 3F |
| Octal | 332 | 265 | 145 | 0 | 21 | 66 | 17 | 51 | 75 | 77 |
| Binary | 11011010 | 10110101 | 1100101 | 0 | 10001 | 110110 | 1111 | 101001 | 111101 | 111111 |
Color Harmonies of #DAB565
Complementary color
Monochromatic Colors of #DAB565
Black with #DAB565
Text Example
Text Example
White with #DAB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB565; }
p { color: rgb(218,181,101); }
H1.HeaderClassName
{
color: #DAB565;
}
.AnyTagClassName
{
color: #DAB565;
}
</style>
background-color css
<style>
a { background-color: #DAB565; }
a { background-color: rgb(218,181,101); }
div.DivClassName
{
background-color: #DAB565;
}
.BgClassName
{
background-color: #DAB565;
}
</style>
border-color css
<style>
span { border-color: #DAB565; }
span { border-color: rgb(218,181,101); }
td.TdClassName
{
border-color: #DAB565;
}
.TagClassName
{
border-color: #DAB565;
}
</style>