Shades of Equator #DBAB60
Tints of Equator #DBAB60
RGB
CMYK
RGB Variations
Color information
#DBAB60 (or 0xDBAB60) is known color: Equator. HEX triplet: DB, AB and 60. RGB value is (219,171,96). Sum of RGB (Red+Green+Blue) = 219+171+96=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB60 is #24549F. Grayscale: #B1B1B1. Windows color (decimal): -2380960 or 6335451. OLE color: 6335451.
HSL color Cylindrical-coordinate representation of color #DBAB60: hue angle of 36.59º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBAB60 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 96 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.14 |
| HSL | 36.59º | 0.63% | 0.62% | - |
| HSV(B) | 36.59º | 0.56% | 0.86% | - |
| XYZ | 45.89 | 45.03 | 17.34 | - |
| YUV | 176.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 96 | 0 | 0.22 | 0.56 | 0.14 | 36.59 | 0.63 | 0.62 |
| Hex | DB | AB | 60 | 0 | 16 | 38 | E | 25 | 3F | 3E |
| Octal | 333 | 253 | 140 | 0 | 26 | 70 | 16 | 45 | 77 | 76 |
| Binary | 11011011 | 10101011 | 1100000 | 0 | 10110 | 111000 | 1110 | 100101 | 111111 | 111110 |
Color Harmonies of #DBAB60
Complementary color
Monochromatic Colors of #DBAB60
Black with #DBAB60
Text Example
Text Example
White with #DBAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB60; }
p { color: rgb(219,171,96); }
H1.HeaderClassName
{
color: #DBAB60;
}
.AnyTagClassName
{
color: #DBAB60;
}
</style>
background-color css
<style>
a { background-color: #DBAB60; }
a { background-color: rgb(219,171,96); }
div.DivClassName
{
background-color: #DBAB60;
}
.BgClassName
{
background-color: #DBAB60;
}
</style>
border-color css
<style>
span { border-color: #DBAB60; }
span { border-color: rgb(219,171,96); }
td.TdClassName
{
border-color: #DBAB60;
}
.TagClassName
{
border-color: #DBAB60;
}
</style>