Shades of Gamboge #DB981A
Tints of Gamboge #DB981A
RGB
CMYK
RGB Variations
Color information
#DB981A (or 0xDB981A) is known color: Gamboge. HEX triplet: DB, 98 and 1A. RGB value is (219,152,26). Sum of RGB (Red+Green+Blue) = 219+152+26=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB981A is #2467E5. Grayscale: #9E9E9E. Windows color (decimal): -2385894 or 1743067. OLE color: 1743067.
HSL color Cylindrical-coordinate representation of color #DB981A: hue angle of 39.17º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB981A is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 26 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.14 |
| HSL | 39.17º | 0.79% | 0.48% | - |
| HSV(B) | 39.17º | 0.88% | 0.86% | - |
| XYZ | 40.63 | 37.59 | 6.09 | - |
| YUV | 157.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 26 | 0 | 0.31 | 0.88 | 0.14 | 39.17 | 0.79 | 0.48 |
| Hex | DB | 98 | 1A | 0 | 1F | 58 | E | 27 | 4F | 30 |
| Octal | 333 | 230 | 32 | 0 | 37 | 130 | 16 | 47 | 117 | 60 |
| Binary | 11011011 | 10011000 | 11010 | 0 | 11111 | 1011000 | 1110 | 100111 | 1001111 | 110000 |
Color Harmonies of #DB981A
Complementary color
Monochromatic Colors of #DB981A
Black with #DB981A
Text Example
Text Example
White with #DB981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB981A; }
p { color: rgb(219,152,26); }
H1.HeaderClassName
{
color: #DB981A;
}
.AnyTagClassName
{
color: #DB981A;
}
</style>
background-color css
<style>
a { background-color: #DB981A; }
a { background-color: rgb(219,152,26); }
div.DivClassName
{
background-color: #DB981A;
}
.BgClassName
{
background-color: #DB981A;
}
</style>
border-color css
<style>
span { border-color: #DB981A; }
span { border-color: rgb(219,152,26); }
td.TdClassName
{
border-color: #DB981A;
}
.TagClassName
{
border-color: #DB981A;
}
</style>