Shades of Gamboge #DB9003
Tints of Gamboge #DB9003
RGB
CMYK
RGB Variations
Color information
#DB9003 (or 0xDB9003) is known color: Gamboge. HEX triplet: DB, 90 and 03. RGB value is (219,144,3). Sum of RGB (Red+Green+Blue) = 219+144+3=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9003 is #246FFC. Grayscale: #969696. Windows color (decimal): -2387965 or 233691. OLE color: 233691.
HSL color Cylindrical-coordinate representation of color #DB9003: hue angle of 39.17º 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 #DB9003 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.14 |
| HSL | 39.17º | 0.97% | 0.44% | - |
| HSV(B) | 39.17º | 0.99% | 0.86% | - |
| XYZ | 39.2 | 35.01 | 4.78 | - |
| YUV | 150.35 | 44.85 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 3 | 0 | 0.34 | 0.99 | 0.14 | 39.17 | 0.97 | 0.44 |
| Hex | DB | 90 | 3 | 0 | 22 | 63 | E | 27 | 61 | 2C |
| Octal | 333 | 220 | 3 | 0 | 42 | 143 | 16 | 47 | 141 | 54 |
| Binary | 11011011 | 10010000 | 11 | 0 | 100010 | 1100011 | 1110 | 100111 | 1100001 | 101100 |
Color Harmonies of #DB9003
Complementary color
Monochromatic Colors of #DB9003
Black with #DB9003
Text Example
Text Example
White with #DB9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9003; }
p { color: rgb(219,144,3); }
H1.HeaderClassName
{
color: #DB9003;
}
.AnyTagClassName
{
color: #DB9003;
}
</style>
background-color css
<style>
a { background-color: #DB9003; }
a { background-color: rgb(219,144,3); }
div.DivClassName
{
background-color: #DB9003;
}
.BgClassName
{
background-color: #DB9003;
}
</style>
border-color css
<style>
span { border-color: #DB9003; }
span { border-color: rgb(219,144,3); }
td.TdClassName
{
border-color: #DB9003;
}
.TagClassName
{
border-color: #DB9003;
}
</style>