Shades of Gamboge #DBAB05
Tints of Gamboge #DBAB05
RGB
CMYK
RGB Variations
Color information
#DBAB05 (or 0xDBAB05) is known color: Gamboge. HEX triplet: DB, AB and 05. RGB value is (219,171,5). Sum of RGB (Red+Green+Blue) = 219+171+5=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB05 is #2454FA. Grayscale: #A7A7A7. Windows color (decimal): -2381051 or 371675. OLE color: 371675.
HSL color Cylindrical-coordinate representation of color #DBAB05: hue angle of 46.54º 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 #DBAB05 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.14 |
| HSL | 46.54º | 0.96% | 0.44% | - |
| HSV(B) | 46.54º | 0.98% | 0.86% | - |
| XYZ | 43.8 | 44.2 | 6.37 | - |
| YUV | 166.43 | 36.9 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 5 | 0 | 0.22 | 0.98 | 0.14 | 46.54 | 0.96 | 0.44 |
| Hex | DB | AB | 5 | 0 | 16 | 62 | E | 2F | 60 | 2C |
| Octal | 333 | 253 | 5 | 0 | 26 | 142 | 16 | 57 | 140 | 54 |
| Binary | 11011011 | 10101011 | 101 | 0 | 10110 | 1100010 | 1110 | 101111 | 1100000 | 101100 |
Color Harmonies of #DBAB05
Complementary color
Monochromatic Colors of #DBAB05
Black with #DBAB05
Text Example
Text Example
White with #DBAB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB05; }
p { color: rgb(219,171,5); }
H1.HeaderClassName
{
color: #DBAB05;
}
.AnyTagClassName
{
color: #DBAB05;
}
</style>
background-color css
<style>
a { background-color: #DBAB05; }
a { background-color: rgb(219,171,5); }
div.DivClassName
{
background-color: #DBAB05;
}
.BgClassName
{
background-color: #DBAB05;
}
</style>
border-color css
<style>
span { border-color: #DBAB05; }
span { border-color: rgb(219,171,5); }
td.TdClassName
{
border-color: #DBAB05;
}
.TagClassName
{
border-color: #DBAB05;
}
</style>