Shades of Equator #DAB85F
Tints of Equator #DAB85F
RGB
CMYK
RGB Variations
Color information
#DAB85F (or 0xDAB85F) is known color: Equator. HEX triplet: DA, B8 and 5F. RGB value is (218,184,95). Sum of RGB (Red+Green+Blue) = 218+184+95=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB85F is #2547A0. Grayscale: #B8B8B8. Windows color (decimal): -2443169 or 6273242. OLE color: 6273242.
HSL color Cylindrical-coordinate representation of color #DAB85F: hue angle of 43.41º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAB85F is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 95 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.15 |
| HSL | 43.41º | 0.62% | 0.61% | - |
| HSV(B) | 43.41º | 0.56% | 0.85% | - |
| XYZ | 48.12 | 50.01 | 17.94 | - |
| YUV | 184.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 95 | 0 | 0.16 | 0.56 | 0.15 | 43.41 | 0.62 | 0.61 |
| Hex | DA | B8 | 5F | 0 | 10 | 38 | F | 2B | 3E | 3D |
| Octal | 332 | 270 | 137 | 0 | 20 | 70 | 17 | 53 | 76 | 75 |
| Binary | 11011010 | 10111000 | 1011111 | 0 | 10000 | 111000 | 1111 | 101011 | 111110 | 111101 |
Color Harmonies of #DAB85F
Complementary color
Monochromatic Colors of #DAB85F
Black with #DAB85F
Text Example
Text Example
White with #DAB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB85F; }
p { color: rgb(218,184,95); }
H1.HeaderClassName
{
color: #DAB85F;
}
.AnyTagClassName
{
color: #DAB85F;
}
</style>
background-color css
<style>
a { background-color: #DAB85F; }
a { background-color: rgb(218,184,95); }
div.DivClassName
{
background-color: #DAB85F;
}
.BgClassName
{
background-color: #DAB85F;
}
</style>
border-color css
<style>
span { border-color: #DAB85F; }
span { border-color: rgb(218,184,95); }
td.TdClassName
{
border-color: #DAB85F;
}
.TagClassName
{
border-color: #DAB85F;
}
</style>