Shades of Equator #DBB962
Tints of Equator #DBB962
RGB
CMYK
RGB Variations
Color information
#DBB962 (or 0xDBB962) is known color: Equator. HEX triplet: DB, B9 and 62. RGB value is (219,185,98). Sum of RGB (Red+Green+Blue) = 219+185+98=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB962 is #24469D. Grayscale: #B9B9B9. Windows color (decimal): -2377374 or 6470107. OLE color: 6470107.
HSL color Cylindrical-coordinate representation of color #DBB962: hue angle of 43.14º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBB962 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 98 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.14 |
| HSL | 43.14º | 0.63% | 0.62% | - |
| HSV(B) | 43.14º | 0.55% | 0.86% | - |
| XYZ | 48.77 | 50.64 | 18.76 | - |
| YUV | 185.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 98 | 0 | 0.16 | 0.55 | 0.14 | 43.14 | 0.63 | 0.62 |
| Hex | DB | B9 | 62 | 0 | 10 | 37 | E | 2B | 3F | 3E |
| Octal | 333 | 271 | 142 | 0 | 20 | 67 | 16 | 53 | 77 | 76 |
| Binary | 11011011 | 10111001 | 1100010 | 0 | 10000 | 110111 | 1110 | 101011 | 111111 | 111110 |
Color Harmonies of #DBB962
Complementary color
Monochromatic Colors of #DBB962
Black with #DBB962
Text Example
Text Example
White with #DBB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB962; }
p { color: rgb(219,185,98); }
H1.HeaderClassName
{
color: #DBB962;
}
.AnyTagClassName
{
color: #DBB962;
}
</style>
background-color css
<style>
a { background-color: #DBB962; }
a { background-color: rgb(219,185,98); }
div.DivClassName
{
background-color: #DBB962;
}
.BgClassName
{
background-color: #DBB962;
}
</style>
border-color css
<style>
span { border-color: #DBB962; }
span { border-color: rgb(219,185,98); }
td.TdClassName
{
border-color: #DBB962;
}
.TagClassName
{
border-color: #DBB962;
}
</style>