Shades of Gamboge #DB980D
Tints of Gamboge #DB980D
RGB
CMYK
RGB Variations
Color information
#DB980D (or 0xDB980D) is known color: Gamboge. HEX triplet: DB, 98 and 0D. RGB value is (219,152,13). Sum of RGB (Red+Green+Blue) = 219+152+13=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB980D is #2467F2. Grayscale: #9C9C9C. Windows color (decimal): -2385907 or 891099. OLE color: 891099.
HSL color Cylindrical-coordinate representation of color #DB980D: hue angle of 40.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB980D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.14 |
| HSL | 40.49º | 0.89% | 0.45% | - |
| HSV(B) | 40.49º | 0.94% | 0.86% | - |
| XYZ | 40.51 | 37.55 | 5.49 | - |
| YUV | 156.19 | 47.2 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 13 | 0 | 0.31 | 0.94 | 0.14 | 40.49 | 0.89 | 0.45 |
| Hex | DB | 98 | D | 0 | 1F | 5E | E | 28 | 59 | 2D |
| Octal | 333 | 230 | 15 | 0 | 37 | 136 | 16 | 50 | 131 | 55 |
| Binary | 11011011 | 10011000 | 1101 | 0 | 11111 | 1011110 | 1110 | 101000 | 1011001 | 101101 |
Color Harmonies of #DB980D
Complementary color
Monochromatic Colors of #DB980D
Black with #DB980D
Text Example
Text Example
White with #DB980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB980D; }
p { color: rgb(219,152,13); }
H1.HeaderClassName
{
color: #DB980D;
}
.AnyTagClassName
{
color: #DB980D;
}
</style>
background-color css
<style>
a { background-color: #DB980D; }
a { background-color: rgb(219,152,13); }
div.DivClassName
{
background-color: #DB980D;
}
.BgClassName
{
background-color: #DB980D;
}
</style>
border-color css
<style>
span { border-color: #DB980D; }
span { border-color: rgb(219,152,13); }
td.TdClassName
{
border-color: #DB980D;
}
.TagClassName
{
border-color: #DB980D;
}
</style>