Shades of Gamboge #DB9601
Tints of Gamboge #DB9601
RGB
CMYK
RGB Variations
Color information
#DB9601 (or 0xDB9601) is known color: Gamboge. HEX triplet: DB, 96 and 01. RGB value is (219,150,1). Sum of RGB (Red+Green+Blue) = 219+150+1=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9601 is #2469FE. Grayscale: #9A9A9A. Windows color (decimal): -2386431 or 104155. OLE color: 104155.
HSL color Cylindrical-coordinate representation of color #DB9601: hue angle of 41.01º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB9601 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.14 |
| HSL | 41.01º | 0.99% | 0.43% | - |
| HSV(B) | 41.01º | 1% | 0.86% | - |
| XYZ | 40.13 | 36.87 | 5.03 | - |
| YUV | 153.65 | 41.86 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 1 | 0 | 0.32 | 1.00 | 0.14 | 41.01 | 0.99 | 0.43 |
| Hex | DB | 96 | 1 | 0 | 20 | 64 | E | 29 | 63 | 2B |
| Octal | 333 | 226 | 1 | 0 | 40 | 144 | 16 | 51 | 143 | 53 |
| Binary | 11011011 | 10010110 | 1 | 0 | 100000 | 1100100 | 1110 | 101001 | 1100011 | 101011 |
Color Harmonies of #DB9601
Complementary color
Monochromatic Colors of #DB9601
Black with #DB9601
Text Example
Text Example
White with #DB9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9601; }
p { color: rgb(219,150,1); }
H1.HeaderClassName
{
color: #DB9601;
}
.AnyTagClassName
{
color: #DB9601;
}
</style>
background-color css
<style>
a { background-color: #DB9601; }
a { background-color: rgb(219,150,1); }
div.DivClassName
{
background-color: #DB9601;
}
.BgClassName
{
background-color: #DB9601;
}
</style>
border-color css
<style>
span { border-color: #DB9601; }
span { border-color: rgb(219,150,1); }
td.TdClassName
{
border-color: #DB9601;
}
.TagClassName
{
border-color: #DB9601;
}
</style>