Shades of Equator #DBB760
Tints of Equator #DBB760
RGB
CMYK
RGB Variations
Color information
#DBB760 (or 0xDBB760) is known color: Equator. HEX triplet: DB, B7 and 60. RGB value is (219,183,96). Sum of RGB (Red+Green+Blue) = 219+183+96=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB760 is #24489F. Grayscale: #B8B8B8. Windows color (decimal): -2377888 or 6338523. OLE color: 6338523.
HSL color Cylindrical-coordinate representation of color #DBB760: hue angle of 42.44º 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 #DBB760 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 96 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.14 |
| HSL | 42.44º | 0.63% | 0.62% | - |
| HSV(B) | 42.44º | 0.56% | 0.86% | - |
| XYZ | 48.26 | 49.77 | 18.13 | - |
| YUV | 183.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 96 | 0 | 0.16 | 0.56 | 0.14 | 42.44 | 0.63 | 0.62 |
| Hex | DB | B7 | 60 | 0 | 10 | 38 | E | 2A | 3F | 3E |
| Octal | 333 | 267 | 140 | 0 | 20 | 70 | 16 | 52 | 77 | 76 |
| Binary | 11011011 | 10110111 | 1100000 | 0 | 10000 | 111000 | 1110 | 101010 | 111111 | 111110 |
Color Harmonies of #DBB760
Complementary color
Monochromatic Colors of #DBB760
Black with #DBB760
Text Example
Text Example
White with #DBB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB760; }
p { color: rgb(219,183,96); }
H1.HeaderClassName
{
color: #DBB760;
}
.AnyTagClassName
{
color: #DBB760;
}
</style>
background-color css
<style>
a { background-color: #DBB760; }
a { background-color: rgb(219,183,96); }
div.DivClassName
{
background-color: #DBB760;
}
.BgClassName
{
background-color: #DBB760;
}
</style>
border-color css
<style>
span { border-color: #DBB760; }
span { border-color: rgb(219,183,96); }
td.TdClassName
{
border-color: #DBB760;
}
.TagClassName
{
border-color: #DBB760;
}
</style>