Shades of Gamboge #DB9714
Tints of Gamboge #DB9714
RGB
CMYK
RGB Variations
Color information
#DB9714 (or 0xDB9714) is known color: Gamboge. HEX triplet: DB, 97 and 14. RGB value is (219,151,20). Sum of RGB (Red+Green+Blue) = 219+151+20=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9714 is #2468EB. Grayscale: #9C9C9C. Windows color (decimal): -2386156 or 1349595. OLE color: 1349595.
HSL color Cylindrical-coordinate representation of color #DB9714: hue angle of 39.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB9714 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.14 |
| HSL | 39.5º | 0.83% | 0.47% | - |
| HSV(B) | 39.5º | 0.91% | 0.86% | - |
| XYZ | 40.41 | 37.24 | 5.72 | - |
| YUV | 156.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 20 | 0 | 0.31 | 0.91 | 0.14 | 39.5 | 0.83 | 0.47 |
| Hex | DB | 97 | 14 | 0 | 1F | 5B | E | 27 | 53 | 2F |
| Octal | 333 | 227 | 24 | 0 | 37 | 133 | 16 | 47 | 123 | 57 |
| Binary | 11011011 | 10010111 | 10100 | 0 | 11111 | 1011011 | 1110 | 100111 | 1010011 | 101111 |
Color Harmonies of #DB9714
Complementary color
Monochromatic Colors of #DB9714
Black with #DB9714
Text Example
Text Example
White with #DB9714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9714; }
p { color: rgb(219,151,20); }
H1.HeaderClassName
{
color: #DB9714;
}
.AnyTagClassName
{
color: #DB9714;
}
</style>
background-color css
<style>
a { background-color: #DB9714; }
a { background-color: rgb(219,151,20); }
div.DivClassName
{
background-color: #DB9714;
}
.BgClassName
{
background-color: #DB9714;
}
</style>
border-color css
<style>
span { border-color: #DB9714; }
span { border-color: rgb(219,151,20); }
td.TdClassName
{
border-color: #DB9714;
}
.TagClassName
{
border-color: #DB9714;
}
</style>