Shades of Gamboge #DBAA0B
Tints of Gamboge #DBAA0B
RGB
CMYK
RGB Variations
Color information
#DBAA0B (or 0xDBAA0B) is known color: Gamboge. HEX triplet: DB, AA and 0B. RGB value is (219,170,11). Sum of RGB (Red+Green+Blue) = 219+170+11=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA0B is #2455F4. Grayscale: #A7A7A7. Windows color (decimal): -2381301 or 764635. OLE color: 764635.
HSL color Cylindrical-coordinate representation of color #DBAA0B: hue angle of 45.87º 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 #DBAA0B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.14 |
| HSL | 45.87º | 0.9% | 0.45% | - |
| HSV(B) | 45.87º | 0.95% | 0.86% | - |
| XYZ | 43.65 | 43.83 | 6.48 | - |
| YUV | 166.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 11 | 0 | 0.22 | 0.95 | 0.14 | 45.87 | 0.9 | 0.45 |
| Hex | DB | AA | B | 0 | 16 | 5F | E | 2E | 5A | 2D |
| Octal | 333 | 252 | 13 | 0 | 26 | 137 | 16 | 56 | 132 | 55 |
| Binary | 11011011 | 10101010 | 1011 | 0 | 10110 | 1011111 | 1110 | 101110 | 1011010 | 101101 |
Color Harmonies of #DBAA0B
Complementary color
Monochromatic Colors of #DBAA0B
Black with #DBAA0B
Text Example
Text Example
White with #DBAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA0B; }
p { color: rgb(219,170,11); }
H1.HeaderClassName
{
color: #DBAA0B;
}
.AnyTagClassName
{
color: #DBAA0B;
}
</style>
background-color css
<style>
a { background-color: #DBAA0B; }
a { background-color: rgb(219,170,11); }
div.DivClassName
{
background-color: #DBAA0B;
}
.BgClassName
{
background-color: #DBAA0B;
}
</style>
border-color css
<style>
span { border-color: #DBAA0B; }
span { border-color: rgb(219,170,11); }
td.TdClassName
{
border-color: #DBAA0B;
}
.TagClassName
{
border-color: #DBAA0B;
}
</style>