Shades of Gamboge #DBAB0A
Tints of Gamboge #DBAB0A
RGB
CMYK
RGB Variations
Color information
#DBAB0A (or 0xDBAB0A) is known color: Gamboge. HEX triplet: DB, AB and 0A. RGB value is (219,171,10). Sum of RGB (Red+Green+Blue) = 219+171+10=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB0A is #2454F5. Grayscale: #A7A7A7. Windows color (decimal): -2381046 or 699355. OLE color: 699355.
HSL color Cylindrical-coordinate representation of color #DBAB0A: hue angle of 46.22º degrees, saturation: 0.91, 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 #DBAB0A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 10 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.14 |
| HSL | 46.22º | 0.91% | 0.45% | - |
| HSV(B) | 46.22º | 0.95% | 0.86% | - |
| XYZ | 43.83 | 44.21 | 6.51 | - |
| YUV | 167 | 39.4 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 10 | 0 | 0.22 | 0.95 | 0.14 | 46.22 | 0.91 | 0.45 |
| Hex | DB | AB | A | 0 | 16 | 5F | E | 2E | 5B | 2D |
| Octal | 333 | 253 | 12 | 0 | 26 | 137 | 16 | 56 | 133 | 55 |
| Binary | 11011011 | 10101011 | 1010 | 0 | 10110 | 1011111 | 1110 | 101110 | 1011011 | 101101 |
Color Harmonies of #DBAB0A
Complementary color
Monochromatic Colors of #DBAB0A
Black with #DBAB0A
Text Example
Text Example
White with #DBAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB0A; }
p { color: rgb(219,171,10); }
H1.HeaderClassName
{
color: #DBAB0A;
}
.AnyTagClassName
{
color: #DBAB0A;
}
</style>
background-color css
<style>
a { background-color: #DBAB0A; }
a { background-color: rgb(219,171,10); }
div.DivClassName
{
background-color: #DBAB0A;
}
.BgClassName
{
background-color: #DBAB0A;
}
</style>
border-color css
<style>
span { border-color: #DBAB0A; }
span { border-color: rgb(219,171,10); }
td.TdClassName
{
border-color: #DBAB0A;
}
.TagClassName
{
border-color: #DBAB0A;
}
</style>