Shades of Gamboge #DBAB0F
Tints of Gamboge #DBAB0F
RGB
CMYK
RGB Variations
Color information
#DBAB0F (or 0xDBAB0F) is known color: Gamboge. HEX triplet: DB, AB and 0F. RGB value is (219,171,15). Sum of RGB (Red+Green+Blue) = 219+171+15=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB0F is #2454F0. Grayscale: #A8A8A8. Windows color (decimal): -2381041 or 1027035. OLE color: 1027035.
HSL color Cylindrical-coordinate representation of color #DBAB0F: hue angle of 45.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBAB0F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.14 |
| HSL | 45.88º | 0.87% | 0.46% | - |
| HSV(B) | 45.88º | 0.93% | 0.86% | - |
| XYZ | 43.86 | 44.22 | 6.68 | - |
| YUV | 167.57 | 41.9 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 15 | 0 | 0.22 | 0.93 | 0.14 | 45.88 | 0.87 | 0.46 |
| Hex | DB | AB | F | 0 | 16 | 5D | E | 2E | 57 | 2E |
| Octal | 333 | 253 | 17 | 0 | 26 | 135 | 16 | 56 | 127 | 56 |
| Binary | 11011011 | 10101011 | 1111 | 0 | 10110 | 1011101 | 1110 | 101110 | 1010111 | 101110 |
Color Harmonies of #DBAB0F
Complementary color
Monochromatic Colors of #DBAB0F
Black with #DBAB0F
Text Example
Text Example
White with #DBAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB0F; }
p { color: rgb(219,171,15); }
H1.HeaderClassName
{
color: #DBAB0F;
}
.AnyTagClassName
{
color: #DBAB0F;
}
</style>
background-color css
<style>
a { background-color: #DBAB0F; }
a { background-color: rgb(219,171,15); }
div.DivClassName
{
background-color: #DBAB0F;
}
.BgClassName
{
background-color: #DBAB0F;
}
</style>
border-color css
<style>
span { border-color: #DBAB0F; }
span { border-color: rgb(219,171,15); }
td.TdClassName
{
border-color: #DBAB0F;
}
.TagClassName
{
border-color: #DBAB0F;
}
</style>