Shades of Gamboge #DB9712
Tints of Gamboge #DB9712
RGB
CMYK
RGB Variations
Color information
#DB9712 (or 0xDB9712) is known color: Gamboge. HEX triplet: DB, 97 and 12. RGB value is (219,151,18). Sum of RGB (Red+Green+Blue) = 219+151+18=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9712 is #2468ED. Grayscale: #9C9C9C. Windows color (decimal): -2386158 or 1218523. OLE color: 1218523.
HSL color Cylindrical-coordinate representation of color #DB9712: hue angle of 39.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB9712 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 18 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.14 |
| HSL | 39.7º | 0.85% | 0.46% | - |
| HSV(B) | 39.7º | 0.92% | 0.86% | - |
| XYZ | 40.39 | 37.24 | 5.63 | - |
| YUV | 156.17 | 50.03 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 18 | 0 | 0.31 | 0.92 | 0.14 | 39.7 | 0.85 | 0.46 |
| Hex | DB | 97 | 12 | 0 | 1F | 5C | E | 28 | 55 | 2E |
| Octal | 333 | 227 | 22 | 0 | 37 | 134 | 16 | 50 | 125 | 56 |
| Binary | 11011011 | 10010111 | 10010 | 0 | 11111 | 1011100 | 1110 | 101000 | 1010101 | 101110 |
Color Harmonies of #DB9712
Complementary color
Monochromatic Colors of #DB9712
Black with #DB9712
Text Example
Text Example
White with #DB9712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9712; }
p { color: rgb(219,151,18); }
H1.HeaderClassName
{
color: #DB9712;
}
.AnyTagClassName
{
color: #DB9712;
}
</style>
background-color css
<style>
a { background-color: #DB9712; }
a { background-color: rgb(219,151,18); }
div.DivClassName
{
background-color: #DB9712;
}
.BgClassName
{
background-color: #DB9712;
}
</style>
border-color css
<style>
span { border-color: #DB9712; }
span { border-color: rgb(219,151,18); }
td.TdClassName
{
border-color: #DB9712;
}
.TagClassName
{
border-color: #DB9712;
}
</style>