Shades of Equator #DBB963
Tints of Equator #DBB963
RGB
CMYK
RGB Variations
Color information
#DBB963 (or 0xDBB963) is known color: Equator. HEX triplet: DB, B9 and 63. RGB value is (219,185,99). Sum of RGB (Red+Green+Blue) = 219+185+99=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB963 is #24469C. Grayscale: #B9B9B9. Windows color (decimal): -2377373 or 6535643. OLE color: 6535643.
HSL color Cylindrical-coordinate representation of color #DBB963: hue angle of 43º degrees, saturation: 0.62, 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 #DBB963 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.14 |
| HSL | 43º | 0.63% | 0.62% | - |
| HSV(B) | 43º | 0.55% | 0.86% | - |
| XYZ | 48.81 | 50.66 | 19.01 | - |
| YUV | 185.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 99 | 0 | 0.16 | 0.55 | 0.14 | 43 | 0.63 | 0.62 |
| Hex | DB | B9 | 63 | 0 | 10 | 37 | E | 2B | 3E | 3E |
| Octal | 333 | 271 | 143 | 0 | 20 | 67 | 16 | 53 | 76 | 76 |
| Binary | 11011011 | 10111001 | 1100011 | 0 | 10000 | 110111 | 1110 | 101011 | 111110 | 111110 |
Color Harmonies of #DBB963
Complementary color
Monochromatic Colors of #DBB963
Black with #DBB963
Text Example
Text Example
White with #DBB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB963; }
p { color: rgb(219,185,99); }
H1.HeaderClassName
{
color: #DBB963;
}
.AnyTagClassName
{
color: #DBB963;
}
</style>
background-color css
<style>
a { background-color: #DBB963; }
a { background-color: rgb(219,185,99); }
div.DivClassName
{
background-color: #DBB963;
}
.BgClassName
{
background-color: #DBB963;
}
</style>
border-color css
<style>
span { border-color: #DBB963; }
span { border-color: rgb(219,185,99); }
td.TdClassName
{
border-color: #DBB963;
}
.TagClassName
{
border-color: #DBB963;
}
</style>