Shades of Gamboge #DBAC07
Tints of Gamboge #DBAC07
RGB
CMYK
RGB Variations
Color information
#DBAC07 (or 0xDBAC07) is known color: Gamboge. HEX triplet: DB, AC and 07. RGB value is (219,172,7). Sum of RGB (Red+Green+Blue) = 219+172+7=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC07 is #2453F8. Grayscale: #A7A7A7. Windows color (decimal): -2380793 or 503003. OLE color: 503003.
HSL color Cylindrical-coordinate representation of color #DBAC07: hue angle of 46.7º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBAC07 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.14 |
| HSL | 46.7º | 0.94% | 0.44% | - |
| HSV(B) | 46.7º | 0.97% | 0.86% | - |
| XYZ | 44 | 44.58 | 6.49 | - |
| YUV | 167.24 | 37.57 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 7 | 0 | 0.21 | 0.97 | 0.14 | 46.7 | 0.94 | 0.44 |
| Hex | DB | AC | 7 | 0 | 15 | 61 | E | 2F | 5E | 2C |
| Octal | 333 | 254 | 7 | 0 | 25 | 141 | 16 | 57 | 136 | 54 |
| Binary | 11011011 | 10101100 | 111 | 0 | 10101 | 1100001 | 1110 | 101111 | 1011110 | 101100 |
Color Harmonies of #DBAC07
Complementary color
Monochromatic Colors of #DBAC07
Black with #DBAC07
Text Example
Text Example
White with #DBAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC07; }
p { color: rgb(219,172,7); }
H1.HeaderClassName
{
color: #DBAC07;
}
.AnyTagClassName
{
color: #DBAC07;
}
</style>
background-color css
<style>
a { background-color: #DBAC07; }
a { background-color: rgb(219,172,7); }
div.DivClassName
{
background-color: #DBAC07;
}
.BgClassName
{
background-color: #DBAC07;
}
</style>
border-color css
<style>
span { border-color: #DBAC07; }
span { border-color: rgb(219,172,7); }
td.TdClassName
{
border-color: #DBAC07;
}
.TagClassName
{
border-color: #DBAC07;
}
</style>