Shades of Gamboge #DB960C
Tints of Gamboge #DB960C
RGB
CMYK
RGB Variations
Color information
#DB960C (or 0xDB960C) is known color: Gamboge. HEX triplet: DB, 96 and 0C. RGB value is (219,150,12). Sum of RGB (Red+Green+Blue) = 219+150+12=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB960C is #2469F3. Grayscale: #9B9B9B. Windows color (decimal): -2386420 or 825051. OLE color: 825051.
HSL color Cylindrical-coordinate representation of color #DB960C: hue angle of 40º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB960C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.14 |
| HSL | 40º | 0.9% | 0.45% | - |
| HSV(B) | 40º | 0.95% | 0.86% | - |
| XYZ | 40.19 | 36.9 | 5.35 | - |
| YUV | 154.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 12 | 0 | 0.32 | 0.95 | 0.14 | 40 | 0.9 | 0.45 |
| Hex | DB | 96 | C | 0 | 20 | 5F | E | 28 | 5A | 2D |
| Octal | 333 | 226 | 14 | 0 | 40 | 137 | 16 | 50 | 132 | 55 |
| Binary | 11011011 | 10010110 | 1100 | 0 | 100000 | 1011111 | 1110 | 101000 | 1011010 | 101101 |
Color Harmonies of #DB960C
Complementary color
Monochromatic Colors of #DB960C
Black with #DB960C
Text Example
Text Example
White with #DB960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB960C; }
p { color: rgb(219,150,12); }
H1.HeaderClassName
{
color: #DB960C;
}
.AnyTagClassName
{
color: #DB960C;
}
</style>
background-color css
<style>
a { background-color: #DB960C; }
a { background-color: rgb(219,150,12); }
div.DivClassName
{
background-color: #DB960C;
}
.BgClassName
{
background-color: #DB960C;
}
</style>
border-color css
<style>
span { border-color: #DB960C; }
span { border-color: rgb(219,150,12); }
td.TdClassName
{
border-color: #DB960C;
}
.TagClassName
{
border-color: #DB960C;
}
</style>