Shades of Gamboge #DBA902
Tints of Gamboge #DBA902
RGB
CMYK
RGB Variations
Color information
#DBA902 (or 0xDBA902) is known color: Gamboge. HEX triplet: DB, A9 and 02. RGB value is (219,169,2). Sum of RGB (Red+Green+Blue) = 219+169+2=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA902 is #2456FD. Grayscale: #A5A5A5. Windows color (decimal): -2381566 or 174555. OLE color: 174555.
HSL color Cylindrical-coordinate representation of color #DBA902: hue angle of 46.18º 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 #DBA902 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.14 |
| HSL | 46.18º | 0.98% | 0.43% | - |
| HSV(B) | 46.18º | 0.99% | 0.86% | - |
| XYZ | 43.41 | 43.44 | 6.15 | - |
| YUV | 164.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 2 | 0 | 0.23 | 0.99 | 0.14 | 46.18 | 0.98 | 0.43 |
| Hex | DB | A9 | 2 | 0 | 17 | 63 | E | 2E | 62 | 2B |
| Octal | 333 | 251 | 2 | 0 | 27 | 143 | 16 | 56 | 142 | 53 |
| Binary | 11011011 | 10101001 | 10 | 0 | 10111 | 1100011 | 1110 | 101110 | 1100010 | 101011 |
Color Harmonies of #DBA902
Complementary color
Monochromatic Colors of #DBA902
Black with #DBA902
Text Example
Text Example
White with #DBA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA902; }
p { color: rgb(219,169,2); }
H1.HeaderClassName
{
color: #DBA902;
}
.AnyTagClassName
{
color: #DBA902;
}
</style>
background-color css
<style>
a { background-color: #DBA902; }
a { background-color: rgb(219,169,2); }
div.DivClassName
{
background-color: #DBA902;
}
.BgClassName
{
background-color: #DBA902;
}
</style>
border-color css
<style>
span { border-color: #DBA902; }
span { border-color: rgb(219,169,2); }
td.TdClassName
{
border-color: #DBA902;
}
.TagClassName
{
border-color: #DBA902;
}
</style>