Shades of Gamboge #DB980C
Tints of Gamboge #DB980C
RGB
CMYK
RGB Variations
Color information
#DB980C (or 0xDB980C) is known color: Gamboge. HEX triplet: DB, 98 and 0C. RGB value is (219,152,12). Sum of RGB (Red+Green+Blue) = 219+152+12=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB980C is #2467F3. Grayscale: #9C9C9C. Windows color (decimal): -2385908 or 825563. OLE color: 825563.
HSL color Cylindrical-coordinate representation of color #DB980C: hue angle of 40.58º 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 #DB980C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.14 |
| HSL | 40.58º | 0.9% | 0.45% | - |
| HSV(B) | 40.58º | 0.95% | 0.86% | - |
| XYZ | 40.51 | 37.54 | 5.46 | - |
| YUV | 156.07 | 46.7 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 12 | 0 | 0.31 | 0.95 | 0.14 | 40.58 | 0.9 | 0.45 |
| Hex | DB | 98 | C | 0 | 1F | 5F | E | 29 | 5A | 2D |
| Octal | 333 | 230 | 14 | 0 | 37 | 137 | 16 | 51 | 132 | 55 |
| Binary | 11011011 | 10011000 | 1100 | 0 | 11111 | 1011111 | 1110 | 101001 | 1011010 | 101101 |
Color Harmonies of #DB980C
Complementary color
Monochromatic Colors of #DB980C
Black with #DB980C
Text Example
Text Example
White with #DB980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB980C; }
p { color: rgb(219,152,12); }
H1.HeaderClassName
{
color: #DB980C;
}
.AnyTagClassName
{
color: #DB980C;
}
</style>
background-color css
<style>
a { background-color: #DB980C; }
a { background-color: rgb(219,152,12); }
div.DivClassName
{
background-color: #DB980C;
}
.BgClassName
{
background-color: #DB980C;
}
</style>
border-color css
<style>
span { border-color: #DB980C; }
span { border-color: rgb(219,152,12); }
td.TdClassName
{
border-color: #DB980C;
}
.TagClassName
{
border-color: #DB980C;
}
</style>