Shades of Gamboge #DB9214
Tints of Gamboge #DB9214
RGB
CMYK
RGB Variations
Color information
#DB9214 (or 0xDB9214) is known color: Gamboge. HEX triplet: DB, 92 and 14. RGB value is (219,146,20). Sum of RGB (Red+Green+Blue) = 219+146+20=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9214 is #246DEB. Grayscale: #9A9A9A. Windows color (decimal): -2387436 or 1348315. OLE color: 1348315.
HSL color Cylindrical-coordinate representation of color #DB9214: hue angle of 37.99º 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 #DB9214 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 20 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.14 |
| HSL | 37.99º | 0.83% | 0.47% | - |
| HSV(B) | 37.99º | 0.91% | 0.86% | - |
| XYZ | 39.62 | 35.67 | 5.46 | - |
| YUV | 153.46 | 52.68 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 20 | 0 | 0.33 | 0.91 | 0.14 | 37.99 | 0.83 | 0.47 |
| Hex | DB | 92 | 14 | 0 | 21 | 5B | E | 26 | 53 | 2F |
| Octal | 333 | 222 | 24 | 0 | 41 | 133 | 16 | 46 | 123 | 57 |
| Binary | 11011011 | 10010010 | 10100 | 0 | 100001 | 1011011 | 1110 | 100110 | 1010011 | 101111 |
Color Harmonies of #DB9214
Complementary color
Monochromatic Colors of #DB9214
Black with #DB9214
Text Example
Text Example
White with #DB9214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9214; }
p { color: rgb(219,146,20); }
H1.HeaderClassName
{
color: #DB9214;
}
.AnyTagClassName
{
color: #DB9214;
}
</style>
background-color css
<style>
a { background-color: #DB9214; }
a { background-color: rgb(219,146,20); }
div.DivClassName
{
background-color: #DB9214;
}
.BgClassName
{
background-color: #DB9214;
}
</style>
border-color css
<style>
span { border-color: #DB9214; }
span { border-color: rgb(219,146,20); }
td.TdClassName
{
border-color: #DB9214;
}
.TagClassName
{
border-color: #DB9214;
}
</style>