Shades of Gamboge #DBAB01
Tints of Gamboge #DBAB01
RGB
CMYK
RGB Variations
Color information
#DBAB01 (or 0xDBAB01) is known color: Gamboge. HEX triplet: DB, AB and 01. RGB value is (219,171,1). Sum of RGB (Red+Green+Blue) = 219+171+1=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB01 is #2454FE. Grayscale: #A6A6A6. Windows color (decimal): -2381055 or 109531. OLE color: 109531.
HSL color Cylindrical-coordinate representation of color #DBAB01: hue angle of 46.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBAB01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.14 |
| HSL | 46.79º | 0.99% | 0.43% | - |
| HSV(B) | 46.79º | 1% | 0.86% | - |
| XYZ | 43.78 | 44.19 | 6.25 | - |
| YUV | 165.97 | 34.9 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 1 | 0 | 0.22 | 1.00 | 0.14 | 46.79 | 0.99 | 0.43 |
| Hex | DB | AB | 1 | 0 | 16 | 64 | E | 2F | 63 | 2B |
| Octal | 333 | 253 | 1 | 0 | 26 | 144 | 16 | 57 | 143 | 53 |
| Binary | 11011011 | 10101011 | 1 | 0 | 10110 | 1100100 | 1110 | 101111 | 1100011 | 101011 |
Color Harmonies of #DBAB01
Complementary color
Monochromatic Colors of #DBAB01
Black with #DBAB01
Text Example
Text Example
White with #DBAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB01; }
p { color: rgb(219,171,1); }
H1.HeaderClassName
{
color: #DBAB01;
}
.AnyTagClassName
{
color: #DBAB01;
}
</style>
background-color css
<style>
a { background-color: #DBAB01; }
a { background-color: rgb(219,171,1); }
div.DivClassName
{
background-color: #DBAB01;
}
.BgClassName
{
background-color: #DBAB01;
}
</style>
border-color css
<style>
span { border-color: #DBAB01; }
span { border-color: rgb(219,171,1); }
td.TdClassName
{
border-color: #DBAB01;
}
.TagClassName
{
border-color: #DBAB01;
}
</style>