Shades of Gamboge #DB9A05
Tints of Gamboge #DB9A05
RGB
CMYK
RGB Variations
Color information
#DB9A05 (or 0xDB9A05) is known color: Gamboge. HEX triplet: DB, 9A and 05. RGB value is (219,154,5). Sum of RGB (Red+Green+Blue) = 219+154+5=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9A05 is #2465FA. Grayscale: #9D9D9D. Windows color (decimal): -2385403 or 367323. OLE color: 367323.
HSL color Cylindrical-coordinate representation of color #DB9A05: hue angle of 41.78º 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 #DB9A05 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.14 |
| HSL | 41.78º | 0.96% | 0.44% | - |
| HSV(B) | 41.78º | 0.98% | 0.86% | - |
| XYZ | 40.8 | 38.18 | 5.36 | - |
| YUV | 156.45 | 42.53 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 5 | 0 | 0.30 | 0.98 | 0.14 | 41.78 | 0.96 | 0.44 |
| Hex | DB | 9A | 5 | 0 | 1E | 62 | E | 2A | 60 | 2C |
| Octal | 333 | 232 | 5 | 0 | 36 | 142 | 16 | 52 | 140 | 54 |
| Binary | 11011011 | 10011010 | 101 | 0 | 11110 | 1100010 | 1110 | 101010 | 1100000 | 101100 |
Color Harmonies of #DB9A05
Complementary color
Monochromatic Colors of #DB9A05
Black with #DB9A05
Text Example
Text Example
White with #DB9A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A05; }
p { color: rgb(219,154,5); }
H1.HeaderClassName
{
color: #DB9A05;
}
.AnyTagClassName
{
color: #DB9A05;
}
</style>
background-color css
<style>
a { background-color: #DB9A05; }
a { background-color: rgb(219,154,5); }
div.DivClassName
{
background-color: #DB9A05;
}
.BgClassName
{
background-color: #DB9A05;
}
</style>
border-color css
<style>
span { border-color: #DB9A05; }
span { border-color: rgb(219,154,5); }
td.TdClassName
{
border-color: #DB9A05;
}
.TagClassName
{
border-color: #DB9A05;
}
</style>