Shades of Gamboge #DB8902
Tints of Gamboge #DB8902
RGB
CMYK
RGB Variations
Color information
#DB8902 (or 0xDB8902) is known color: Gamboge. HEX triplet: DB, 89 and 02. RGB value is (219,137,2). Sum of RGB (Red+Green+Blue) = 219+137+2=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8902 is #2476FD. Grayscale: #929292. Windows color (decimal): -2389758 or 166363. OLE color: 166363.
HSL color Cylindrical-coordinate representation of color #DB8902: hue angle of 37.33º 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 #DB8902 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.14 |
| HSL | 37.33º | 0.98% | 0.43% | - |
| HSV(B) | 37.33º | 0.99% | 0.86% | - |
| XYZ | 38.17 | 32.96 | 4.41 | - |
| YUV | 146.13 | 46.67 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 2 | 0 | 0.37 | 0.99 | 0.14 | 37.33 | 0.98 | 0.43 |
| Hex | DB | 89 | 2 | 0 | 25 | 63 | E | 25 | 62 | 2B |
| Octal | 333 | 211 | 2 | 0 | 45 | 143 | 16 | 45 | 142 | 53 |
| Binary | 11011011 | 10001001 | 10 | 0 | 100101 | 1100011 | 1110 | 100101 | 1100010 | 101011 |
Color Harmonies of #DB8902
Complementary color
Monochromatic Colors of #DB8902
Black with #DB8902
Text Example
Text Example
White with #DB8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8902; }
p { color: rgb(219,137,2); }
H1.HeaderClassName
{
color: #DB8902;
}
.AnyTagClassName
{
color: #DB8902;
}
</style>
background-color css
<style>
a { background-color: #DB8902; }
a { background-color: rgb(219,137,2); }
div.DivClassName
{
background-color: #DB8902;
}
.BgClassName
{
background-color: #DB8902;
}
</style>
border-color css
<style>
span { border-color: #DB8902; }
span { border-color: rgb(219,137,2); }
td.TdClassName
{
border-color: #DB8902;
}
.TagClassName
{
border-color: #DB8902;
}
</style>