Shades of Gamboge #DB9403
Tints of Gamboge #DB9403
RGB
CMYK
RGB Variations
Color information
#DB9403 (or 0xDB9403) is known color: Gamboge. HEX triplet: DB, 94 and 03. RGB value is (219,148,3). Sum of RGB (Red+Green+Blue) = 219+148+3=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9403 is #246BFC. Grayscale: #999999. Windows color (decimal): -2386941 or 234715. OLE color: 234715.
HSL color Cylindrical-coordinate representation of color #DB9403: hue angle of 40.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB9403 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.14 |
| HSL | 40.28º | 0.97% | 0.44% | - |
| HSV(B) | 40.28º | 0.99% | 0.86% | - |
| XYZ | 39.82 | 36.25 | 4.98 | - |
| YUV | 152.7 | 43.52 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 3 | 0 | 0.32 | 0.99 | 0.14 | 40.28 | 0.97 | 0.44 |
| Hex | DB | 94 | 3 | 0 | 20 | 63 | E | 28 | 61 | 2C |
| Octal | 333 | 224 | 3 | 0 | 40 | 143 | 16 | 50 | 141 | 54 |
| Binary | 11011011 | 10010100 | 11 | 0 | 100000 | 1100011 | 1110 | 101000 | 1100001 | 101100 |
Color Harmonies of #DB9403
Complementary color
Monochromatic Colors of #DB9403
Black with #DB9403
Text Example
Text Example
White with #DB9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9403; }
p { color: rgb(219,148,3); }
H1.HeaderClassName
{
color: #DB9403;
}
.AnyTagClassName
{
color: #DB9403;
}
</style>
background-color css
<style>
a { background-color: #DB9403; }
a { background-color: rgb(219,148,3); }
div.DivClassName
{
background-color: #DB9403;
}
.BgClassName
{
background-color: #DB9403;
}
</style>
border-color css
<style>
span { border-color: #DB9403; }
span { border-color: rgb(219,148,3); }
td.TdClassName
{
border-color: #DB9403;
}
.TagClassName
{
border-color: #DB9403;
}
</style>