Shades of Gamboge #DBA90B
Tints of Gamboge #DBA90B
RGB
CMYK
RGB Variations
Color information
#DBA90B (or 0xDBA90B) is known color: Gamboge. HEX triplet: DB, A9 and 0B. RGB value is (219,169,11). Sum of RGB (Red+Green+Blue) = 219+169+11=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA90B is #2456F4. Grayscale: #A6A6A6. Windows color (decimal): -2381557 or 764379. OLE color: 764379.
HSL color Cylindrical-coordinate representation of color #DBA90B: hue angle of 45.58º 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 #DBA90B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.14 |
| HSL | 45.58º | 0.9% | 0.45% | - |
| HSV(B) | 45.58º | 0.95% | 0.86% | - |
| XYZ | 43.46 | 43.46 | 6.41 | - |
| YUV | 165.94 | 40.57 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 11 | 0 | 0.23 | 0.95 | 0.14 | 45.58 | 0.9 | 0.45 |
| Hex | DB | A9 | B | 0 | 17 | 5F | E | 2E | 5A | 2D |
| Octal | 333 | 251 | 13 | 0 | 27 | 137 | 16 | 56 | 132 | 55 |
| Binary | 11011011 | 10101001 | 1011 | 0 | 10111 | 1011111 | 1110 | 101110 | 1011010 | 101101 |
Color Harmonies of #DBA90B
Complementary color
Monochromatic Colors of #DBA90B
Black with #DBA90B
Text Example
Text Example
White with #DBA90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA90B; }
p { color: rgb(219,169,11); }
H1.HeaderClassName
{
color: #DBA90B;
}
.AnyTagClassName
{
color: #DBA90B;
}
</style>
background-color css
<style>
a { background-color: #DBA90B; }
a { background-color: rgb(219,169,11); }
div.DivClassName
{
background-color: #DBA90B;
}
.BgClassName
{
background-color: #DBA90B;
}
</style>
border-color css
<style>
span { border-color: #DBA90B; }
span { border-color: rgb(219,169,11); }
td.TdClassName
{
border-color: #DBA90B;
}
.TagClassName
{
border-color: #DBA90B;
}
</style>