Shades of Gamboge #DB9216
Tints of Gamboge #DB9216
RGB
CMYK
RGB Variations
Color information
#DB9216 (or 0xDB9216) is known color: Gamboge. HEX triplet: DB, 92 and 16. RGB value is (219,146,22). Sum of RGB (Red+Green+Blue) = 219+146+22=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9216 is #246DE9. Grayscale: #9A9A9A. Windows color (decimal): -2387434 or 1479387. OLE color: 1479387.
HSL color Cylindrical-coordinate representation of color #DB9216: hue angle of 37.77º 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 #DB9216 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 22 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.14 |
| HSL | 37.77º | 0.82% | 0.47% | - |
| HSV(B) | 37.77º | 0.9% | 0.86% | - |
| XYZ | 39.64 | 35.68 | 5.56 | - |
| YUV | 153.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 22 | 0 | 0.33 | 0.90 | 0.14 | 37.77 | 0.82 | 0.47 |
| Hex | DB | 92 | 16 | 0 | 21 | 5A | E | 26 | 52 | 2F |
| Octal | 333 | 222 | 26 | 0 | 41 | 132 | 16 | 46 | 122 | 57 |
| Binary | 11011011 | 10010010 | 10110 | 0 | 100001 | 1011010 | 1110 | 100110 | 1010010 | 101111 |
Color Harmonies of #DB9216
Complementary color
Monochromatic Colors of #DB9216
Black with #DB9216
Text Example
Text Example
White with #DB9216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9216; }
p { color: rgb(219,146,22); }
H1.HeaderClassName
{
color: #DB9216;
}
.AnyTagClassName
{
color: #DB9216;
}
</style>
background-color css
<style>
a { background-color: #DB9216; }
a { background-color: rgb(219,146,22); }
div.DivClassName
{
background-color: #DB9216;
}
.BgClassName
{
background-color: #DB9216;
}
</style>
border-color css
<style>
span { border-color: #DB9216; }
span { border-color: rgb(219,146,22); }
td.TdClassName
{
border-color: #DB9216;
}
.TagClassName
{
border-color: #DB9216;
}
</style>