Shades of Equator #DAB060
Tints of Equator #DAB060
RGB
CMYK
RGB Variations
Color information
#DAB060 (or 0xDAB060) is known color: Equator. HEX triplet: DA, B0 and 60. RGB value is (218,176,96). Sum of RGB (Red+Green+Blue) = 218+176+96=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB060 is #254F9F. Grayscale: #B3B3B3. Windows color (decimal): -2445216 or 6336730. OLE color: 6336730.
HSL color Cylindrical-coordinate representation of color #DAB060: hue angle of 39.34º 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 #DAB060 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 96 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.15 |
| HSL | 39.34º | 0.62% | 0.62% | - |
| HSV(B) | 39.34º | 0.56% | 0.85% | - |
| XYZ | 46.55 | 46.8 | 17.65 | - |
| YUV | 179.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 96 | 0 | 0.19 | 0.56 | 0.15 | 39.34 | 0.62 | 0.62 |
| Hex | DA | B0 | 60 | 0 | 13 | 38 | F | 27 | 3E | 3E |
| Octal | 332 | 260 | 140 | 0 | 23 | 70 | 17 | 47 | 76 | 76 |
| Binary | 11011010 | 10110000 | 1100000 | 0 | 10011 | 111000 | 1111 | 100111 | 111110 | 111110 |
Color Harmonies of #DAB060
Complementary color
Monochromatic Colors of #DAB060
Black with #DAB060
Text Example
Text Example
White with #DAB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB060; }
p { color: rgb(218,176,96); }
H1.HeaderClassName
{
color: #DAB060;
}
.AnyTagClassName
{
color: #DAB060;
}
</style>
background-color css
<style>
a { background-color: #DAB060; }
a { background-color: rgb(218,176,96); }
div.DivClassName
{
background-color: #DAB060;
}
.BgClassName
{
background-color: #DAB060;
}
</style>
border-color css
<style>
span { border-color: #DAB060; }
span { border-color: rgb(218,176,96); }
td.TdClassName
{
border-color: #DAB060;
}
.TagClassName
{
border-color: #DAB060;
}
</style>