Shades of Gamboge #DBAC05
Tints of Gamboge #DBAC05
RGB
CMYK
RGB Variations
Color information
#DBAC05 (or 0xDBAC05) is known color: Gamboge. HEX triplet: DB, AC and 05. RGB value is (219,172,5). Sum of RGB (Red+Green+Blue) = 219+172+5=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC05 is #2453FA. Grayscale: #A7A7A7. Windows color (decimal): -2380795 or 371931. OLE color: 371931.
HSL color Cylindrical-coordinate representation of color #DBAC05: hue angle of 46.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBAC05 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.14 |
| HSL | 46.82º | 0.96% | 0.44% | - |
| HSV(B) | 46.82º | 0.98% | 0.86% | - |
| XYZ | 43.99 | 44.58 | 6.43 | - |
| YUV | 167.02 | 36.57 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 5 | 0 | 0.21 | 0.98 | 0.14 | 46.82 | 0.96 | 0.44 |
| Hex | DB | AC | 5 | 0 | 15 | 62 | E | 2F | 60 | 2C |
| Octal | 333 | 254 | 5 | 0 | 25 | 142 | 16 | 57 | 140 | 54 |
| Binary | 11011011 | 10101100 | 101 | 0 | 10101 | 1100010 | 1110 | 101111 | 1100000 | 101100 |
Color Harmonies of #DBAC05
Complementary color
Monochromatic Colors of #DBAC05
Black with #DBAC05
Text Example
Text Example
White with #DBAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC05; }
p { color: rgb(219,172,5); }
H1.HeaderClassName
{
color: #DBAC05;
}
.AnyTagClassName
{
color: #DBAC05;
}
</style>
background-color css
<style>
a { background-color: #DBAC05; }
a { background-color: rgb(219,172,5); }
div.DivClassName
{
background-color: #DBAC05;
}
.BgClassName
{
background-color: #DBAC05;
}
</style>
border-color css
<style>
span { border-color: #DBAC05; }
span { border-color: rgb(219,172,5); }
td.TdClassName
{
border-color: #DBAC05;
}
.TagClassName
{
border-color: #DBAC05;
}
</style>