Shades of Equator #DBB260
Tints of Equator #DBB260
RGB
CMYK
RGB Variations
Color information
#DBB260 (or 0xDBB260) is known color: Equator. HEX triplet: DB, B2 and 60. RGB value is (219,178,96). Sum of RGB (Red+Green+Blue) = 219+178+96=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB260 is #244D9F. Grayscale: #B5B5B5. Windows color (decimal): -2379168 or 6337243. OLE color: 6337243.
HSL color Cylindrical-coordinate representation of color #DBB260: hue angle of 40º 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 #DBB260 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 96 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.14 |
| HSL | 40º | 0.63% | 0.62% | - |
| HSV(B) | 40º | 0.56% | 0.86% | - |
| XYZ | 47.25 | 47.75 | 17.79 | - |
| YUV | 180.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 96 | 0 | 0.19 | 0.56 | 0.14 | 40 | 0.63 | 0.62 |
| Hex | DB | B2 | 60 | 0 | 13 | 38 | E | 28 | 3F | 3E |
| Octal | 333 | 262 | 140 | 0 | 23 | 70 | 16 | 50 | 77 | 76 |
| Binary | 11011011 | 10110010 | 1100000 | 0 | 10011 | 111000 | 1110 | 101000 | 111111 | 111110 |
Color Harmonies of #DBB260
Complementary color
Monochromatic Colors of #DBB260
Black with #DBB260
Text Example
Text Example
White with #DBB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB260; }
p { color: rgb(219,178,96); }
H1.HeaderClassName
{
color: #DBB260;
}
.AnyTagClassName
{
color: #DBB260;
}
</style>
background-color css
<style>
a { background-color: #DBB260; }
a { background-color: rgb(219,178,96); }
div.DivClassName
{
background-color: #DBB260;
}
.BgClassName
{
background-color: #DBB260;
}
</style>
border-color css
<style>
span { border-color: #DBB260; }
span { border-color: rgb(219,178,96); }
td.TdClassName
{
border-color: #DBB260;
}
.TagClassName
{
border-color: #DBB260;
}
</style>