Shades of Equator #DBB160
Tints of Equator #DBB160
RGB
CMYK
RGB Variations
Color information
#DBB160 (or 0xDBB160) is known color: Equator. HEX triplet: DB, B1 and 60. RGB value is (219,177,96). Sum of RGB (Red+Green+Blue) = 219+177+96=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB160 is #244E9F. Grayscale: #B4B4B4. Windows color (decimal): -2379424 or 6336987. OLE color: 6336987.
HSL color Cylindrical-coordinate representation of color #DBB160: hue angle of 39.51º 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 #DBB160 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 96 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.14 |
| HSL | 39.51º | 0.63% | 0.62% | - |
| HSV(B) | 39.51º | 0.56% | 0.86% | - |
| XYZ | 47.05 | 47.35 | 17.73 | - |
| YUV | 180.32 | 80.41 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 96 | 0 | 0.19 | 0.56 | 0.14 | 39.51 | 0.63 | 0.62 |
| Hex | DB | B1 | 60 | 0 | 13 | 38 | E | 28 | 3F | 3E |
| Octal | 333 | 261 | 140 | 0 | 23 | 70 | 16 | 50 | 77 | 76 |
| Binary | 11011011 | 10110001 | 1100000 | 0 | 10011 | 111000 | 1110 | 101000 | 111111 | 111110 |
Color Harmonies of #DBB160
Complementary color
Monochromatic Colors of #DBB160
Black with #DBB160
Text Example
Text Example
White with #DBB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB160; }
p { color: rgb(219,177,96); }
H1.HeaderClassName
{
color: #DBB160;
}
.AnyTagClassName
{
color: #DBB160;
}
</style>
background-color css
<style>
a { background-color: #DBB160; }
a { background-color: rgb(219,177,96); }
div.DivClassName
{
background-color: #DBB160;
}
.BgClassName
{
background-color: #DBB160;
}
</style>
border-color css
<style>
span { border-color: #DBB160; }
span { border-color: rgb(219,177,96); }
td.TdClassName
{
border-color: #DBB160;
}
.TagClassName
{
border-color: #DBB160;
}
</style>