Shades of Equator #DAB861
Tints of Equator #DAB861
RGB
CMYK
RGB Variations
Color information
#DAB861 (or 0xDAB861) is known color: Equator. HEX triplet: DA, B8 and 61. RGB value is (218,184,97). Sum of RGB (Red+Green+Blue) = 218+184+97=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB861 is #25479E. Grayscale: #B8B8B8. Windows color (decimal): -2443167 or 6404314. OLE color: 6404314.
HSL color Cylindrical-coordinate representation of color #DAB861: hue angle of 43.14º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAB861 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 97 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.15 |
| HSL | 43.14º | 0.62% | 0.62% | - |
| HSV(B) | 43.14º | 0.56% | 0.85% | - |
| XYZ | 48.21 | 50.05 | 18.43 | - |
| YUV | 184.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 97 | 0 | 0.16 | 0.56 | 0.15 | 43.14 | 0.62 | 0.62 |
| Hex | DA | B8 | 61 | 0 | 10 | 38 | F | 2B | 3E | 3E |
| Octal | 332 | 270 | 141 | 0 | 20 | 70 | 17 | 53 | 76 | 76 |
| Binary | 11011010 | 10111000 | 1100001 | 0 | 10000 | 111000 | 1111 | 101011 | 111110 | 111110 |
Color Harmonies of #DAB861
Complementary color
Monochromatic Colors of #DAB861
Black with #DAB861
Text Example
Text Example
White with #DAB861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB861; }
p { color: rgb(218,184,97); }
H1.HeaderClassName
{
color: #DAB861;
}
.AnyTagClassName
{
color: #DAB861;
}
</style>
background-color css
<style>
a { background-color: #DAB861; }
a { background-color: rgb(218,184,97); }
div.DivClassName
{
background-color: #DAB861;
}
.BgClassName
{
background-color: #DAB861;
}
</style>
border-color css
<style>
span { border-color: #DAB861; }
span { border-color: rgb(218,184,97); }
td.TdClassName
{
border-color: #DAB861;
}
.TagClassName
{
border-color: #DAB861;
}
</style>