Shades of Gamboge #DB9016
Tints of Gamboge #DB9016
RGB
CMYK
RGB Variations
Color information
#DB9016 (or 0xDB9016) is known color: Gamboge. HEX triplet: DB, 90 and 16. RGB value is (219,144,22). Sum of RGB (Red+Green+Blue) = 219+144+22=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9016 is #246FE9. Grayscale: #999999. Windows color (decimal): -2387946 or 1478875. OLE color: 1478875.
HSL color Cylindrical-coordinate representation of color #DB9016: hue angle of 37.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB9016 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 22 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.14 |
| HSL | 37.16º | 0.82% | 0.47% | - |
| HSV(B) | 37.16º | 0.9% | 0.86% | - |
| XYZ | 39.33 | 35.06 | 5.45 | - |
| YUV | 152.52 | 54.35 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 22 | 0 | 0.34 | 0.90 | 0.14 | 37.16 | 0.82 | 0.47 |
| Hex | DB | 90 | 16 | 0 | 22 | 5A | E | 25 | 52 | 2F |
| Octal | 333 | 220 | 26 | 0 | 42 | 132 | 16 | 45 | 122 | 57 |
| Binary | 11011011 | 10010000 | 10110 | 0 | 100010 | 1011010 | 1110 | 100101 | 1010010 | 101111 |
Color Harmonies of #DB9016
Complementary color
Monochromatic Colors of #DB9016
Black with #DB9016
Text Example
Text Example
White with #DB9016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9016; }
p { color: rgb(219,144,22); }
H1.HeaderClassName
{
color: #DB9016;
}
.AnyTagClassName
{
color: #DB9016;
}
</style>
background-color css
<style>
a { background-color: #DB9016; }
a { background-color: rgb(219,144,22); }
div.DivClassName
{
background-color: #DB9016;
}
.BgClassName
{
background-color: #DB9016;
}
</style>
border-color css
<style>
span { border-color: #DB9016; }
span { border-color: rgb(219,144,22); }
td.TdClassName
{
border-color: #DB9016;
}
.TagClassName
{
border-color: #DB9016;
}
</style>