Shades of Gamboge #DBAC0B
Tints of Gamboge #DBAC0B
RGB
CMYK
RGB Variations
Color information
#DBAC0B (or 0xDBAC0B) is known color: Gamboge. HEX triplet: DB, AC and 0B. RGB value is (219,172,11). Sum of RGB (Red+Green+Blue) = 219+172+11=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC0B is #2453F4. Grayscale: #A8A8A8. Windows color (decimal): -2380789 or 765147. OLE color: 765147.
HSL color Cylindrical-coordinate representation of color #DBAC0B: hue angle of 46.44º 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 #DBAC0B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.14 |
| HSL | 46.44º | 0.9% | 0.45% | - |
| HSV(B) | 46.44º | 0.95% | 0.86% | - |
| XYZ | 44.03 | 44.59 | 6.6 | - |
| YUV | 167.7 | 39.57 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 11 | 0 | 0.21 | 0.95 | 0.14 | 46.44 | 0.9 | 0.45 |
| Hex | DB | AC | B | 0 | 15 | 5F | E | 2E | 5A | 2D |
| Octal | 333 | 254 | 13 | 0 | 25 | 137 | 16 | 56 | 132 | 55 |
| Binary | 11011011 | 10101100 | 1011 | 0 | 10101 | 1011111 | 1110 | 101110 | 1011010 | 101101 |
Color Harmonies of #DBAC0B
Complementary color
Monochromatic Colors of #DBAC0B
Black with #DBAC0B
Text Example
Text Example
White with #DBAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC0B; }
p { color: rgb(219,172,11); }
H1.HeaderClassName
{
color: #DBAC0B;
}
.AnyTagClassName
{
color: #DBAC0B;
}
</style>
background-color css
<style>
a { background-color: #DBAC0B; }
a { background-color: rgb(219,172,11); }
div.DivClassName
{
background-color: #DBAC0B;
}
.BgClassName
{
background-color: #DBAC0B;
}
</style>
border-color css
<style>
span { border-color: #DBAC0B; }
span { border-color: rgb(219,172,11); }
td.TdClassName
{
border-color: #DBAC0B;
}
.TagClassName
{
border-color: #DBAC0B;
}
</style>