Shades of Gamboge #DB9D14
Tints of Gamboge #DB9D14
RGB
CMYK
RGB Variations
Color information
#DB9D14 (or 0xDB9D14) is known color: Gamboge. HEX triplet: DB, 9D and 14. RGB value is (219,157,20). Sum of RGB (Red+Green+Blue) = 219+157+20=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9D14 is #2462EB. Grayscale: #A0A0A0. Windows color (decimal): -2384620 or 1351131. OLE color: 1351131.
HSL color Cylindrical-coordinate representation of color #DB9D14: hue angle of 41.31º 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 #DB9D14 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 20 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.14 |
| HSL | 41.31º | 0.83% | 0.47% | - |
| HSV(B) | 41.31º | 0.91% | 0.86% | - |
| XYZ | 41.4 | 39.22 | 6.05 | - |
| YUV | 159.92 | 49.04 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 20 | 0 | 0.28 | 0.91 | 0.14 | 41.31 | 0.83 | 0.47 |
| Hex | DB | 9D | 14 | 0 | 1C | 5B | E | 29 | 53 | 2F |
| Octal | 333 | 235 | 24 | 0 | 34 | 133 | 16 | 51 | 123 | 57 |
| Binary | 11011011 | 10011101 | 10100 | 0 | 11100 | 1011011 | 1110 | 101001 | 1010011 | 101111 |
Color Harmonies of #DB9D14
Complementary color
Monochromatic Colors of #DB9D14
Black with #DB9D14
Text Example
Text Example
White with #DB9D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D14; }
p { color: rgb(219,157,20); }
H1.HeaderClassName
{
color: #DB9D14;
}
.AnyTagClassName
{
color: #DB9D14;
}
</style>
background-color css
<style>
a { background-color: #DB9D14; }
a { background-color: rgb(219,157,20); }
div.DivClassName
{
background-color: #DB9D14;
}
.BgClassName
{
background-color: #DB9D14;
}
</style>
border-color css
<style>
span { border-color: #DB9D14; }
span { border-color: rgb(219,157,20); }
td.TdClassName
{
border-color: #DB9D14;
}
.TagClassName
{
border-color: #DB9D14;
}
</style>