Shades of Gamboge #DBAC00
Tints of Gamboge #DBAC00
RGB
CMYK
RGB Variations
Color information
#DBAC00 (or 0xDBAC00) is known color: Gamboge. HEX triplet: DB, AC and 00. RGB value is (219,172,0). Sum of RGB (Red+Green+Blue) = 219+172+0=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC00 is #2453FF. Grayscale: #A7A7A7. Windows color (decimal): -2380800 or 44251. OLE color: 44251.
HSL color Cylindrical-coordinate representation of color #DBAC00: hue angle of 47.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBAC00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.14 |
| HSL | 47.12º | 1% | 0.43% | - |
| HSV(B) | 47.12º | 1% | 0.86% | - |
| XYZ | 43.97 | 44.57 | 6.28 | - |
| YUV | 166.45 | 34.07 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 0 | 0 | 0.21 | 1 | 0.14 | 47.12 | 1 | 0.43 |
| Hex | DB | AC | 0 | 0 | 15 | 64 | E | 2F | 64 | 2B |
| Octal | 333 | 254 | 0 | 0 | 25 | 144 | 16 | 57 | 144 | 53 |
| Binary | 11011011 | 10101100 | 0 | 0 | 10101 | 1100100 | 1110 | 101111 | 1100100 | 101011 |
Color Harmonies of #DBAC00
Complementary color
Monochromatic Colors of #DBAC00
Black with #DBAC00
Text Example
Text Example
White with #DBAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC00; }
p { color: rgb(219,172,0); }
H1.HeaderClassName
{
color: #DBAC00;
}
.AnyTagClassName
{
color: #DBAC00;
}
</style>
background-color css
<style>
a { background-color: #DBAC00; }
a { background-color: rgb(219,172,0); }
div.DivClassName
{
background-color: #DBAC00;
}
.BgClassName
{
background-color: #DBAC00;
}
</style>
border-color css
<style>
span { border-color: #DBAC00; }
span { border-color: rgb(219,172,0); }
td.TdClassName
{
border-color: #DBAC00;
}
.TagClassName
{
border-color: #DBAC00;
}
</style>