Shades of Gamboge #DB9E05
Tints of Gamboge #DB9E05
RGB
CMYK
RGB Variations
Color information
#DB9E05 (or 0xDB9E05) is known color: Gamboge. HEX triplet: DB, 9E and 05. RGB value is (219,158,5). Sum of RGB (Red+Green+Blue) = 219+158+5=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9E05 is #2461FA. Grayscale: #9F9F9F. Windows color (decimal): -2384379 or 368347. OLE color: 368347.
HSL color Cylindrical-coordinate representation of color #DB9E05: hue angle of 42.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB9E05 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.14 |
| HSL | 42.9º | 0.96% | 0.44% | - |
| HSV(B) | 42.9º | 0.98% | 0.86% | - |
| XYZ | 41.47 | 39.52 | 5.59 | - |
| YUV | 158.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 5 | 0 | 0.28 | 0.98 | 0.14 | 42.9 | 0.96 | 0.44 |
| Hex | DB | 9E | 5 | 0 | 1C | 62 | E | 2B | 60 | 2C |
| Octal | 333 | 236 | 5 | 0 | 34 | 142 | 16 | 53 | 140 | 54 |
| Binary | 11011011 | 10011110 | 101 | 0 | 11100 | 1100010 | 1110 | 101011 | 1100000 | 101100 |
Color Harmonies of #DB9E05
Complementary color
Monochromatic Colors of #DB9E05
Black with #DB9E05
Text Example
Text Example
White with #DB9E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E05; }
p { color: rgb(219,158,5); }
H1.HeaderClassName
{
color: #DB9E05;
}
.AnyTagClassName
{
color: #DB9E05;
}
</style>
background-color css
<style>
a { background-color: #DB9E05; }
a { background-color: rgb(219,158,5); }
div.DivClassName
{
background-color: #DB9E05;
}
.BgClassName
{
background-color: #DB9E05;
}
</style>
border-color css
<style>
span { border-color: #DB9E05; }
span { border-color: rgb(219,158,5); }
td.TdClassName
{
border-color: #DB9E05;
}
.TagClassName
{
border-color: #DB9E05;
}
</style>