Shades of Gamboge #DB9412
Tints of Gamboge #DB9412
RGB
CMYK
RGB Variations
Color information
#DB9412 (or 0xDB9412) is known color: Gamboge. HEX triplet: DB, 94 and 12. RGB value is (219,148,18). Sum of RGB (Red+Green+Blue) = 219+148+18=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9412 is #246BED. Grayscale: #9A9A9A. Windows color (decimal): -2386926 or 1217755. OLE color: 1217755.
HSL color Cylindrical-coordinate representation of color #DB9412: hue angle of 38.81º 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 #DB9412 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.14 |
| HSL | 38.81º | 0.85% | 0.46% | - |
| HSV(B) | 38.81º | 0.92% | 0.86% | - |
| XYZ | 39.91 | 36.28 | 5.47 | - |
| YUV | 154.41 | 51.02 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 18 | 0 | 0.32 | 0.92 | 0.14 | 38.81 | 0.85 | 0.46 |
| Hex | DB | 94 | 12 | 0 | 20 | 5C | E | 27 | 55 | 2E |
| Octal | 333 | 224 | 22 | 0 | 40 | 134 | 16 | 47 | 125 | 56 |
| Binary | 11011011 | 10010100 | 10010 | 0 | 100000 | 1011100 | 1110 | 100111 | 1010101 | 101110 |
Color Harmonies of #DB9412
Complementary color
Monochromatic Colors of #DB9412
Black with #DB9412
Text Example
Text Example
White with #DB9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9412; }
p { color: rgb(219,148,18); }
H1.HeaderClassName
{
color: #DB9412;
}
.AnyTagClassName
{
color: #DB9412;
}
</style>
background-color css
<style>
a { background-color: #DB9412; }
a { background-color: rgb(219,148,18); }
div.DivClassName
{
background-color: #DB9412;
}
.BgClassName
{
background-color: #DB9412;
}
</style>
border-color css
<style>
span { border-color: #DB9412; }
span { border-color: rgb(219,148,18); }
td.TdClassName
{
border-color: #DB9412;
}
.TagClassName
{
border-color: #DB9412;
}
</style>