Shades of Gamboge #DB980A
Tints of Gamboge #DB980A
RGB
CMYK
RGB Variations
Color information
#DB980A (or 0xDB980A) is known color: Gamboge. HEX triplet: DB, 98 and 0A. RGB value is (219,152,10). Sum of RGB (Red+Green+Blue) = 219+152+10=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB980A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB980A is #2467F5. Grayscale: #9C9C9C. Windows color (decimal): -2385910 or 694491. OLE color: 694491.
HSL color Cylindrical-coordinate representation of color #DB980A: hue angle of 40.77º degrees, saturation: 0.91, 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 #DB980A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.14 |
| HSL | 40.77º | 0.91% | 0.45% | - |
| HSV(B) | 40.77º | 0.95% | 0.86% | - |
| XYZ | 40.5 | 37.54 | 5.4 | - |
| YUV | 155.85 | 45.7 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 10 | 0 | 0.31 | 0.95 | 0.14 | 40.77 | 0.91 | 0.45 |
| Hex | DB | 98 | A | 0 | 1F | 5F | E | 29 | 5B | 2D |
| Octal | 333 | 230 | 12 | 0 | 37 | 137 | 16 | 51 | 133 | 55 |
| Binary | 11011011 | 10011000 | 1010 | 0 | 11111 | 1011111 | 1110 | 101001 | 1011011 | 101101 |
Color Harmonies of #DB980A
Complementary color
Monochromatic Colors of #DB980A
Black with #DB980A
Text Example
Text Example
White with #DB980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB980A; }
p { color: rgb(219,152,10); }
H1.HeaderClassName
{
color: #DB980A;
}
.AnyTagClassName
{
color: #DB980A;
}
</style>
background-color css
<style>
a { background-color: #DB980A; }
a { background-color: rgb(219,152,10); }
div.DivClassName
{
background-color: #DB980A;
}
.BgClassName
{
background-color: #DB980A;
}
</style>
border-color css
<style>
span { border-color: #DB980A; }
span { border-color: rgb(219,152,10); }
td.TdClassName
{
border-color: #DB980A;
}
.TagClassName
{
border-color: #DB980A;
}
</style>