Shades of Gamboge #DB9914
Tints of Gamboge #DB9914
RGB
CMYK
RGB Variations
Color information
#DB9914 (or 0xDB9914) is known color: Gamboge. HEX triplet: DB, 99 and 14. RGB value is (219,153,20). Sum of RGB (Red+Green+Blue) = 219+153+20=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9914 is #2466EB. Grayscale: #9E9E9E. Windows color (decimal): -2385644 or 1350107. OLE color: 1350107.
HSL color Cylindrical-coordinate representation of color #DB9914: hue angle of 40.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB9914 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 20 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.14 |
| HSL | 40.1º | 0.83% | 0.47% | - |
| HSV(B) | 40.1º | 0.91% | 0.86% | - |
| XYZ | 40.73 | 37.89 | 5.83 | - |
| YUV | 157.57 | 50.37 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 20 | 0 | 0.30 | 0.91 | 0.14 | 40.1 | 0.83 | 0.47 |
| Hex | DB | 99 | 14 | 0 | 1E | 5B | E | 28 | 53 | 2F |
| Octal | 333 | 231 | 24 | 0 | 36 | 133 | 16 | 50 | 123 | 57 |
| Binary | 11011011 | 10011001 | 10100 | 0 | 11110 | 1011011 | 1110 | 101000 | 1010011 | 101111 |
Color Harmonies of #DB9914
Complementary color
Monochromatic Colors of #DB9914
Black with #DB9914
Text Example
Text Example
White with #DB9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9914; }
p { color: rgb(219,153,20); }
H1.HeaderClassName
{
color: #DB9914;
}
.AnyTagClassName
{
color: #DB9914;
}
</style>
background-color css
<style>
a { background-color: #DB9914; }
a { background-color: rgb(219,153,20); }
div.DivClassName
{
background-color: #DB9914;
}
.BgClassName
{
background-color: #DB9914;
}
</style>
border-color css
<style>
span { border-color: #DB9914; }
span { border-color: rgb(219,153,20); }
td.TdClassName
{
border-color: #DB9914;
}
.TagClassName
{
border-color: #DB9914;
}
</style>