Shades of Gamboge #DBAC09
Tints of Gamboge #DBAC09
RGB
CMYK
RGB Variations
Color information
#DBAC09 (or 0xDBAC09) is known color: Gamboge. HEX triplet: DB, AC and 09. RGB value is (219,172,9). Sum of RGB (Red+Green+Blue) = 219+172+9=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC09 is #2453F6. Grayscale: #A8A8A8. Windows color (decimal): -2380791 or 634075. OLE color: 634075.
HSL color Cylindrical-coordinate representation of color #DBAC09: hue angle of 46.57º degrees, saturation: 0.92, 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 #DBAC09 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.14 |
| HSL | 46.57º | 0.92% | 0.45% | - |
| HSV(B) | 46.57º | 0.96% | 0.86% | - |
| XYZ | 44.02 | 44.58 | 6.54 | - |
| YUV | 167.47 | 38.57 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 9 | 0 | 0.21 | 0.96 | 0.14 | 46.57 | 0.92 | 0.45 |
| Hex | DB | AC | 9 | 0 | 15 | 60 | E | 2F | 5C | 2D |
| Octal | 333 | 254 | 11 | 0 | 25 | 140 | 16 | 57 | 134 | 55 |
| Binary | 11011011 | 10101100 | 1001 | 0 | 10101 | 1100000 | 1110 | 101111 | 1011100 | 101101 |
Color Harmonies of #DBAC09
Complementary color
Monochromatic Colors of #DBAC09
Black with #DBAC09
Text Example
Text Example
White with #DBAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC09; }
p { color: rgb(219,172,9); }
H1.HeaderClassName
{
color: #DBAC09;
}
.AnyTagClassName
{
color: #DBAC09;
}
</style>
background-color css
<style>
a { background-color: #DBAC09; }
a { background-color: rgb(219,172,9); }
div.DivClassName
{
background-color: #DBAC09;
}
.BgClassName
{
background-color: #DBAC09;
}
</style>
border-color css
<style>
span { border-color: #DBAC09; }
span { border-color: rgb(219,172,9); }
td.TdClassName
{
border-color: #DBAC09;
}
.TagClassName
{
border-color: #DBAC09;
}
</style>