Shades of Gamboge #DB9A0F
Tints of Gamboge #DB9A0F
RGB
CMYK
RGB Variations
Color information
#DB9A0F (or 0xDB9A0F) is known color: Gamboge. HEX triplet: DB, 9A and 0F. RGB value is (219,154,15). Sum of RGB (Red+Green+Blue) = 219+154+15=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9A0F is #2465F0. Grayscale: #9E9E9E. Windows color (decimal): -2385393 or 1022683. OLE color: 1022683.
HSL color Cylindrical-coordinate representation of color #DB9A0F: hue angle of 40.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB9A0F is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 15 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.14 |
| HSL | 40.88º | 0.87% | 0.46% | - |
| HSV(B) | 40.88º | 0.93% | 0.86% | - |
| XYZ | 40.86 | 38.21 | 5.67 | - |
| YUV | 157.59 | 47.53 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 15 | 0 | 0.30 | 0.93 | 0.14 | 40.88 | 0.87 | 0.46 |
| Hex | DB | 9A | F | 0 | 1E | 5D | E | 29 | 57 | 2E |
| Octal | 333 | 232 | 17 | 0 | 36 | 135 | 16 | 51 | 127 | 56 |
| Binary | 11011011 | 10011010 | 1111 | 0 | 11110 | 1011101 | 1110 | 101001 | 1010111 | 101110 |
Color Harmonies of #DB9A0F
Complementary color
Monochromatic Colors of #DB9A0F
Black with #DB9A0F
Text Example
Text Example
White with #DB9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A0F; }
p { color: rgb(219,154,15); }
H1.HeaderClassName
{
color: #DB9A0F;
}
.AnyTagClassName
{
color: #DB9A0F;
}
</style>
background-color css
<style>
a { background-color: #DB9A0F; }
a { background-color: rgb(219,154,15); }
div.DivClassName
{
background-color: #DB9A0F;
}
.BgClassName
{
background-color: #DB9A0F;
}
</style>
border-color css
<style>
span { border-color: #DB9A0F; }
span { border-color: rgb(219,154,15); }
td.TdClassName
{
border-color: #DB9A0F;
}
.TagClassName
{
border-color: #DB9A0F;
}
</style>