Shades of Gamboge #DB9C02
Tints of Gamboge #DB9C02
RGB
CMYK
RGB Variations
Color information
#DB9C02 (or 0xDB9C02) is known color: Gamboge. HEX triplet: DB, 9C and 02. RGB value is (219,156,2). Sum of RGB (Red+Green+Blue) = 219+156+2=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C02 is #2463FD. Grayscale: #9D9D9D. Windows color (decimal): -2384894 or 171227. OLE color: 171227.
HSL color Cylindrical-coordinate representation of color #DB9C02: hue angle of 42.58º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB9C02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.14 |
| HSL | 42.58º | 0.98% | 0.43% | - |
| HSV(B) | 42.58º | 0.99% | 0.86% | - |
| XYZ | 41.11 | 38.84 | 5.39 | - |
| YUV | 157.28 | 40.37 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 2 | 0 | 0.29 | 0.99 | 0.14 | 42.58 | 0.98 | 0.43 |
| Hex | DB | 9C | 2 | 0 | 1D | 63 | E | 2B | 62 | 2B |
| Octal | 333 | 234 | 2 | 0 | 35 | 143 | 16 | 53 | 142 | 53 |
| Binary | 11011011 | 10011100 | 10 | 0 | 11101 | 1100011 | 1110 | 101011 | 1100010 | 101011 |
Color Harmonies of #DB9C02
Complementary color
Monochromatic Colors of #DB9C02
Black with #DB9C02
Text Example
Text Example
White with #DB9C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C02; }
p { color: rgb(219,156,2); }
H1.HeaderClassName
{
color: #DB9C02;
}
.AnyTagClassName
{
color: #DB9C02;
}
</style>
background-color css
<style>
a { background-color: #DB9C02; }
a { background-color: rgb(219,156,2); }
div.DivClassName
{
background-color: #DB9C02;
}
.BgClassName
{
background-color: #DB9C02;
}
</style>
border-color css
<style>
span { border-color: #DB9C02; }
span { border-color: rgb(219,156,2); }
td.TdClassName
{
border-color: #DB9C02;
}
.TagClassName
{
border-color: #DB9C02;
}
</style>