Shades of Gamboge #DB9100
Tints of Gamboge #DB9100
RGB
CMYK
RGB Variations
Color information
#DB9100 (or 0xDB9100) is known color: Gamboge. HEX triplet: DB, 91 and 00. RGB value is (219,145,0). Sum of RGB (Red+Green+Blue) = 219+145+0=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9100 is #246EFF. Grayscale: #979797. Windows color (decimal): -2387712 or 37339. OLE color: 37339.
HSL color Cylindrical-coordinate representation of color #DB9100: hue angle of 39.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB9100 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.14 |
| HSL | 39.73º | 1% | 0.43% | - |
| HSV(B) | 39.73º | 1% | 0.86% | - |
| XYZ | 39.34 | 35.31 | 4.74 | - |
| YUV | 150.6 | 43.02 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 0 | 0 | 0.34 | 1 | 0.14 | 39.73 | 1 | 0.43 |
| Hex | DB | 91 | 0 | 0 | 22 | 64 | E | 28 | 64 | 2B |
| Octal | 333 | 221 | 0 | 0 | 42 | 144 | 16 | 50 | 144 | 53 |
| Binary | 11011011 | 10010001 | 0 | 0 | 100010 | 1100100 | 1110 | 101000 | 1100100 | 101011 |
Color Harmonies of #DB9100
Complementary color
Monochromatic Colors of #DB9100
Black with #DB9100
Text Example
Text Example
White with #DB9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9100; }
p { color: rgb(219,145,0); }
H1.HeaderClassName
{
color: #DB9100;
}
.AnyTagClassName
{
color: #DB9100;
}
</style>
background-color css
<style>
a { background-color: #DB9100; }
a { background-color: rgb(219,145,0); }
div.DivClassName
{
background-color: #DB9100;
}
.BgClassName
{
background-color: #DB9100;
}
</style>
border-color css
<style>
span { border-color: #DB9100; }
span { border-color: rgb(219,145,0); }
td.TdClassName
{
border-color: #DB9100;
}
.TagClassName
{
border-color: #DB9100;
}
</style>