Shades of Gamboge #DB9E03
Tints of Gamboge #DB9E03
RGB
CMYK
RGB Variations
Color information
#DB9E03 (or 0xDB9E03) is known color: Gamboge. HEX triplet: DB, 9E and 03. RGB value is (219,158,3). Sum of RGB (Red+Green+Blue) = 219+158+3=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9E03 is #2461FC. Grayscale: #9F9F9F. Windows color (decimal): -2384381 or 237275. OLE color: 237275.
HSL color Cylindrical-coordinate representation of color #DB9E03: hue angle of 43.06º 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 #DB9E03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.14 |
| HSL | 43.06º | 0.97% | 0.44% | - |
| HSV(B) | 43.06º | 0.99% | 0.86% | - |
| XYZ | 41.46 | 39.52 | 5.53 | - |
| YUV | 158.57 | 40.21 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 3 | 0 | 0.28 | 0.99 | 0.14 | 43.06 | 0.97 | 0.44 |
| Hex | DB | 9E | 3 | 0 | 1C | 63 | E | 2B | 61 | 2C |
| Octal | 333 | 236 | 3 | 0 | 34 | 143 | 16 | 53 | 141 | 54 |
| Binary | 11011011 | 10011110 | 11 | 0 | 11100 | 1100011 | 1110 | 101011 | 1100001 | 101100 |
Color Harmonies of #DB9E03
Complementary color
Monochromatic Colors of #DB9E03
Black with #DB9E03
Text Example
Text Example
White with #DB9E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E03; }
p { color: rgb(219,158,3); }
H1.HeaderClassName
{
color: #DB9E03;
}
.AnyTagClassName
{
color: #DB9E03;
}
</style>
background-color css
<style>
a { background-color: #DB9E03; }
a { background-color: rgb(219,158,3); }
div.DivClassName
{
background-color: #DB9E03;
}
.BgClassName
{
background-color: #DB9E03;
}
</style>
border-color css
<style>
span { border-color: #DB9E03; }
span { border-color: rgb(219,158,3); }
td.TdClassName
{
border-color: #DB9E03;
}
.TagClassName
{
border-color: #DB9E03;
}
</style>