Shades of Gamboge #DB980B
Tints of Gamboge #DB980B
RGB
CMYK
RGB Variations
Color information
#DB980B (or 0xDB980B) is known color: Gamboge. HEX triplet: DB, 98 and 0B. RGB value is (219,152,11). Sum of RGB (Red+Green+Blue) = 219+152+11=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB980B is #2467F4. Grayscale: #9C9C9C. Windows color (decimal): -2385909 or 760027. OLE color: 760027.
HSL color Cylindrical-coordinate representation of color #DB980B: hue angle of 40.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB980B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.14 |
| HSL | 40.67º | 0.9% | 0.45% | - |
| HSV(B) | 40.67º | 0.95% | 0.86% | - |
| XYZ | 40.5 | 37.54 | 5.43 | - |
| YUV | 155.96 | 46.2 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 11 | 0 | 0.31 | 0.95 | 0.14 | 40.67 | 0.9 | 0.45 |
| Hex | DB | 98 | B | 0 | 1F | 5F | E | 29 | 5A | 2D |
| Octal | 333 | 230 | 13 | 0 | 37 | 137 | 16 | 51 | 132 | 55 |
| Binary | 11011011 | 10011000 | 1011 | 0 | 11111 | 1011111 | 1110 | 101001 | 1011010 | 101101 |
Color Harmonies of #DB980B
Complementary color
Monochromatic Colors of #DB980B
Black with #DB980B
Text Example
Text Example
White with #DB980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB980B; }
p { color: rgb(219,152,11); }
H1.HeaderClassName
{
color: #DB980B;
}
.AnyTagClassName
{
color: #DB980B;
}
</style>
background-color css
<style>
a { background-color: #DB980B; }
a { background-color: rgb(219,152,11); }
div.DivClassName
{
background-color: #DB980B;
}
.BgClassName
{
background-color: #DB980B;
}
</style>
border-color css
<style>
span { border-color: #DB980B; }
span { border-color: rgb(219,152,11); }
td.TdClassName
{
border-color: #DB980B;
}
.TagClassName
{
border-color: #DB980B;
}
</style>