Shades of Equator #DBB960
Tints of Equator #DBB960
RGB
CMYK
RGB Variations
Color information
#DBB960 (or 0xDBB960) is known color: Equator. HEX triplet: DB, B9 and 60. RGB value is (219,185,96). Sum of RGB (Red+Green+Blue) = 219+185+96=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB960 is #24469F. Grayscale: #B9B9B9. Windows color (decimal): -2377376 or 6339035. OLE color: 6339035.
HSL color Cylindrical-coordinate representation of color #DBB960: hue angle of 43.41º 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 #DBB960 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 96 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.14 |
| HSL | 43.41º | 0.63% | 0.62% | - |
| HSV(B) | 43.41º | 0.56% | 0.86% | - |
| XYZ | 48.67 | 50.6 | 18.27 | - |
| YUV | 185.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 96 | 0 | 0.16 | 0.56 | 0.14 | 43.41 | 0.63 | 0.62 |
| Hex | DB | B9 | 60 | 0 | 10 | 38 | E | 2B | 3F | 3E |
| Octal | 333 | 271 | 140 | 0 | 20 | 70 | 16 | 53 | 77 | 76 |
| Binary | 11011011 | 10111001 | 1100000 | 0 | 10000 | 111000 | 1110 | 101011 | 111111 | 111110 |
Color Harmonies of #DBB960
Complementary color
Monochromatic Colors of #DBB960
Black with #DBB960
Text Example
Text Example
White with #DBB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB960; }
p { color: rgb(219,185,96); }
H1.HeaderClassName
{
color: #DBB960;
}
.AnyTagClassName
{
color: #DBB960;
}
</style>
background-color css
<style>
a { background-color: #DBB960; }
a { background-color: rgb(219,185,96); }
div.DivClassName
{
background-color: #DBB960;
}
.BgClassName
{
background-color: #DBB960;
}
</style>
border-color css
<style>
span { border-color: #DBB960; }
span { border-color: rgb(219,185,96); }
td.TdClassName
{
border-color: #DBB960;
}
.TagClassName
{
border-color: #DBB960;
}
</style>