Shades of Gamboge #DB9402
Tints of Gamboge #DB9402
RGB
CMYK
RGB Variations
Color information
#DB9402 (or 0xDB9402) is known color: Gamboge. HEX triplet: DB, 94 and 02. RGB value is (219,148,2). Sum of RGB (Red+Green+Blue) = 219+148+2=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9402 is #246BFD. Grayscale: #999999. Windows color (decimal): -2386942 or 169179. OLE color: 169179.
HSL color Cylindrical-coordinate representation of color #DB9402: hue angle of 40.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB9402 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.14 |
| HSL | 40.37º | 0.98% | 0.43% | - |
| HSV(B) | 40.37º | 0.99% | 0.86% | - |
| XYZ | 39.81 | 36.24 | 4.95 | - |
| YUV | 152.59 | 43.02 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 2 | 0 | 0.32 | 0.99 | 0.14 | 40.37 | 0.98 | 0.43 |
| Hex | DB | 94 | 2 | 0 | 20 | 63 | E | 28 | 62 | 2B |
| Octal | 333 | 224 | 2 | 0 | 40 | 143 | 16 | 50 | 142 | 53 |
| Binary | 11011011 | 10010100 | 10 | 0 | 100000 | 1100011 | 1110 | 101000 | 1100010 | 101011 |
Color Harmonies of #DB9402
Complementary color
Monochromatic Colors of #DB9402
Black with #DB9402
Text Example
Text Example
White with #DB9402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9402; }
p { color: rgb(219,148,2); }
H1.HeaderClassName
{
color: #DB9402;
}
.AnyTagClassName
{
color: #DB9402;
}
</style>
background-color css
<style>
a { background-color: #DB9402; }
a { background-color: rgb(219,148,2); }
div.DivClassName
{
background-color: #DB9402;
}
.BgClassName
{
background-color: #DB9402;
}
</style>
border-color css
<style>
span { border-color: #DB9402; }
span { border-color: rgb(219,148,2); }
td.TdClassName
{
border-color: #DB9402;
}
.TagClassName
{
border-color: #DB9402;
}
</style>