Shades of Gamboge #DB9212
Tints of Gamboge #DB9212
RGB
CMYK
RGB Variations
Color information
#DB9212 (or 0xDB9212) is known color: Gamboge. HEX triplet: DB, 92 and 12. RGB value is (219,146,18). Sum of RGB (Red+Green+Blue) = 219+146+18=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9212 is #246DED. Grayscale: #999999. Windows color (decimal): -2387438 or 1217243. OLE color: 1217243.
HSL color Cylindrical-coordinate representation of color #DB9212: hue angle of 38.21º 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 #DB9212 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.14 |
| HSL | 38.21º | 0.85% | 0.46% | - |
| HSV(B) | 38.21º | 0.92% | 0.86% | - |
| XYZ | 39.6 | 35.66 | 5.37 | - |
| YUV | 153.24 | 51.68 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 18 | 0 | 0.33 | 0.92 | 0.14 | 38.21 | 0.85 | 0.46 |
| Hex | DB | 92 | 12 | 0 | 21 | 5C | E | 26 | 55 | 2E |
| Octal | 333 | 222 | 22 | 0 | 41 | 134 | 16 | 46 | 125 | 56 |
| Binary | 11011011 | 10010010 | 10010 | 0 | 100001 | 1011100 | 1110 | 100110 | 1010101 | 101110 |
Color Harmonies of #DB9212
Complementary color
Monochromatic Colors of #DB9212
Black with #DB9212
Text Example
Text Example
White with #DB9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9212; }
p { color: rgb(219,146,18); }
H1.HeaderClassName
{
color: #DB9212;
}
.AnyTagClassName
{
color: #DB9212;
}
</style>
background-color css
<style>
a { background-color: #DB9212; }
a { background-color: rgb(219,146,18); }
div.DivClassName
{
background-color: #DB9212;
}
.BgClassName
{
background-color: #DB9212;
}
</style>
border-color css
<style>
span { border-color: #DB9212; }
span { border-color: rgb(219,146,18); }
td.TdClassName
{
border-color: #DB9212;
}
.TagClassName
{
border-color: #DB9212;
}
</style>