Shades of Gamboge #DB9908
Tints of Gamboge #DB9908
RGB
CMYK
RGB Variations
Color information
#DB9908 (or 0xDB9908) is known color: Gamboge. HEX triplet: DB, 99 and 08. RGB value is (219,153,8). Sum of RGB (Red+Green+Blue) = 219+153+8=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9908 is #2466F7. Grayscale: #9C9C9C. Windows color (decimal): -2385656 or 563675. OLE color: 563675.
HSL color Cylindrical-coordinate representation of color #DB9908: hue angle of 41.23º 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 #DB9908 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.14 |
| HSL | 41.23º | 0.93% | 0.45% | - |
| HSV(B) | 41.23º | 0.96% | 0.86% | - |
| XYZ | 40.65 | 37.86 | 5.4 | - |
| YUV | 156.2 | 44.37 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 8 | 0 | 0.30 | 0.96 | 0.14 | 41.23 | 0.93 | 0.45 |
| Hex | DB | 99 | 8 | 0 | 1E | 60 | E | 29 | 5D | 2D |
| Octal | 333 | 231 | 10 | 0 | 36 | 140 | 16 | 51 | 135 | 55 |
| Binary | 11011011 | 10011001 | 1000 | 0 | 11110 | 1100000 | 1110 | 101001 | 1011101 | 101101 |
Color Harmonies of #DB9908
Complementary color
Monochromatic Colors of #DB9908
Black with #DB9908
Text Example
Text Example
White with #DB9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9908; }
p { color: rgb(219,153,8); }
H1.HeaderClassName
{
color: #DB9908;
}
.AnyTagClassName
{
color: #DB9908;
}
</style>
background-color css
<style>
a { background-color: #DB9908; }
a { background-color: rgb(219,153,8); }
div.DivClassName
{
background-color: #DB9908;
}
.BgClassName
{
background-color: #DB9908;
}
</style>
border-color css
<style>
span { border-color: #DB9908; }
span { border-color: rgb(219,153,8); }
td.TdClassName
{
border-color: #DB9908;
}
.TagClassName
{
border-color: #DB9908;
}
</style>