Shades of Gamboge #DB9202
Tints of Gamboge #DB9202
RGB
CMYK
RGB Variations
Color information
#DB9202 (or 0xDB9202) is known color: Gamboge. HEX triplet: DB, 92 and 02. RGB value is (219,146,2). Sum of RGB (Red+Green+Blue) = 219+146+2=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9202 is #246DFD. Grayscale: #989898. Windows color (decimal): -2387454 or 168667. OLE color: 168667.
HSL color Cylindrical-coordinate representation of color #DB9202: hue angle of 39.82º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB9202 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.14 |
| HSL | 39.82º | 0.98% | 0.43% | - |
| HSV(B) | 39.82º | 0.99% | 0.86% | - |
| XYZ | 39.5 | 35.62 | 4.85 | - |
| YUV | 151.41 | 43.68 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 2 | 0 | 0.33 | 0.99 | 0.14 | 39.82 | 0.98 | 0.43 |
| Hex | DB | 92 | 2 | 0 | 21 | 63 | E | 28 | 62 | 2B |
| Octal | 333 | 222 | 2 | 0 | 41 | 143 | 16 | 50 | 142 | 53 |
| Binary | 11011011 | 10010010 | 10 | 0 | 100001 | 1100011 | 1110 | 101000 | 1100010 | 101011 |
Color Harmonies of #DB9202
Complementary color
Monochromatic Colors of #DB9202
Black with #DB9202
Text Example
Text Example
White with #DB9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9202; }
p { color: rgb(219,146,2); }
H1.HeaderClassName
{
color: #DB9202;
}
.AnyTagClassName
{
color: #DB9202;
}
</style>
background-color css
<style>
a { background-color: #DB9202; }
a { background-color: rgb(219,146,2); }
div.DivClassName
{
background-color: #DB9202;
}
.BgClassName
{
background-color: #DB9202;
}
</style>
border-color css
<style>
span { border-color: #DB9202; }
span { border-color: rgb(219,146,2); }
td.TdClassName
{
border-color: #DB9202;
}
.TagClassName
{
border-color: #DB9202;
}
</style>