Shades of Gamboge #DBAB08
Tints of Gamboge #DBAB08
RGB
CMYK
RGB Variations
Color information
#DBAB08 (or 0xDBAB08) is known color: Gamboge. HEX triplet: DB, AB and 08. RGB value is (219,171,8). Sum of RGB (Red+Green+Blue) = 219+171+8=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB08 is #2454F7. Grayscale: #A7A7A7. Windows color (decimal): -2381048 or 568283. OLE color: 568283.
HSL color Cylindrical-coordinate representation of color #DBAB08: hue angle of 46.35º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBAB08 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.14 |
| HSL | 46.35º | 0.93% | 0.45% | - |
| HSV(B) | 46.35º | 0.96% | 0.86% | - |
| XYZ | 43.82 | 44.2 | 6.45 | - |
| YUV | 166.77 | 38.4 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 8 | 0 | 0.22 | 0.96 | 0.14 | 46.35 | 0.93 | 0.45 |
| Hex | DB | AB | 8 | 0 | 16 | 60 | E | 2E | 5D | 2D |
| Octal | 333 | 253 | 10 | 0 | 26 | 140 | 16 | 56 | 135 | 55 |
| Binary | 11011011 | 10101011 | 1000 | 0 | 10110 | 1100000 | 1110 | 101110 | 1011101 | 101101 |
Color Harmonies of #DBAB08
Complementary color
Monochromatic Colors of #DBAB08
Black with #DBAB08
Text Example
Text Example
White with #DBAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB08; }
p { color: rgb(219,171,8); }
H1.HeaderClassName
{
color: #DBAB08;
}
.AnyTagClassName
{
color: #DBAB08;
}
</style>
background-color css
<style>
a { background-color: #DBAB08; }
a { background-color: rgb(219,171,8); }
div.DivClassName
{
background-color: #DBAB08;
}
.BgClassName
{
background-color: #DBAB08;
}
</style>
border-color css
<style>
span { border-color: #DBAB08; }
span { border-color: rgb(219,171,8); }
td.TdClassName
{
border-color: #DBAB08;
}
.TagClassName
{
border-color: #DBAB08;
}
</style>