Shades of Gamboge #DB9008
Tints of Gamboge #DB9008
RGB
CMYK
RGB Variations
Color information
#DB9008 (or 0xDB9008) is known color: Gamboge. HEX triplet: DB, 90 and 08. RGB value is (219,144,8). Sum of RGB (Red+Green+Blue) = 219+144+8=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9008 is #246FF7. Grayscale: #979797. Windows color (decimal): -2387960 or 561371. OLE color: 561371.
HSL color Cylindrical-coordinate representation of color #DB9008: hue angle of 38.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB9008 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.14 |
| HSL | 38.67º | 0.93% | 0.45% | - |
| HSV(B) | 38.67º | 0.96% | 0.86% | - |
| XYZ | 39.23 | 35.02 | 4.92 | - |
| YUV | 150.92 | 47.35 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 8 | 0 | 0.34 | 0.96 | 0.14 | 38.67 | 0.93 | 0.45 |
| Hex | DB | 90 | 8 | 0 | 22 | 60 | E | 27 | 5D | 2D |
| Octal | 333 | 220 | 10 | 0 | 42 | 140 | 16 | 47 | 135 | 55 |
| Binary | 11011011 | 10010000 | 1000 | 0 | 100010 | 1100000 | 1110 | 100111 | 1011101 | 101101 |
Color Harmonies of #DB9008
Complementary color
Monochromatic Colors of #DB9008
Black with #DB9008
Text Example
Text Example
White with #DB9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9008; }
p { color: rgb(219,144,8); }
H1.HeaderClassName
{
color: #DB9008;
}
.AnyTagClassName
{
color: #DB9008;
}
</style>
background-color css
<style>
a { background-color: #DB9008; }
a { background-color: rgb(219,144,8); }
div.DivClassName
{
background-color: #DB9008;
}
.BgClassName
{
background-color: #DB9008;
}
</style>
border-color css
<style>
span { border-color: #DB9008; }
span { border-color: rgb(219,144,8); }
td.TdClassName
{
border-color: #DB9008;
}
.TagClassName
{
border-color: #DB9008;
}
</style>