Shades of Gamboge #DBAA0C
Tints of Gamboge #DBAA0C
RGB
CMYK
RGB Variations
Color information
#DBAA0C (or 0xDBAA0C) is known color: Gamboge. HEX triplet: DB, AA and 0C. RGB value is (219,170,12). Sum of RGB (Red+Green+Blue) = 219+170+12=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA0C is #2455F3. Grayscale: #A7A7A7. Windows color (decimal): -2381300 or 830171. OLE color: 830171.
HSL color Cylindrical-coordinate representation of color #DBAA0C: hue angle of 45.8º 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 #DBAA0C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.14 |
| HSL | 45.8º | 0.9% | 0.45% | - |
| HSV(B) | 45.8º | 0.95% | 0.86% | - |
| XYZ | 43.65 | 43.84 | 6.51 | - |
| YUV | 166.64 | 40.73 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 12 | 0 | 0.22 | 0.95 | 0.14 | 45.8 | 0.9 | 0.45 |
| Hex | DB | AA | C | 0 | 16 | 5F | E | 2E | 5A | 2D |
| Octal | 333 | 252 | 14 | 0 | 26 | 137 | 16 | 56 | 132 | 55 |
| Binary | 11011011 | 10101010 | 1100 | 0 | 10110 | 1011111 | 1110 | 101110 | 1011010 | 101101 |
Color Harmonies of #DBAA0C
Complementary color
Monochromatic Colors of #DBAA0C
Black with #DBAA0C
Text Example
Text Example
White with #DBAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA0C; }
p { color: rgb(219,170,12); }
H1.HeaderClassName
{
color: #DBAA0C;
}
.AnyTagClassName
{
color: #DBAA0C;
}
</style>
background-color css
<style>
a { background-color: #DBAA0C; }
a { background-color: rgb(219,170,12); }
div.DivClassName
{
background-color: #DBAA0C;
}
.BgClassName
{
background-color: #DBAA0C;
}
</style>
border-color css
<style>
span { border-color: #DBAA0C; }
span { border-color: rgb(219,170,12); }
td.TdClassName
{
border-color: #DBAA0C;
}
.TagClassName
{
border-color: #DBAA0C;
}
</style>