Shades of Gamboge #DBAA02
Tints of Gamboge #DBAA02
RGB
CMYK
RGB Variations
Color information
#DBAA02 (or 0xDBAA02) is known color: Gamboge. HEX triplet: DB, AA and 02. RGB value is (219,170,2). Sum of RGB (Red+Green+Blue) = 219+170+2=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA02 is #2455FD. Grayscale: #A6A6A6. Windows color (decimal): -2381310 or 174811. OLE color: 174811.
HSL color Cylindrical-coordinate representation of color #DBAA02: hue angle of 46.45º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBAA02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.14 |
| HSL | 46.45º | 0.98% | 0.43% | - |
| HSV(B) | 46.45º | 0.99% | 0.86% | - |
| XYZ | 43.6 | 43.81 | 6.22 | - |
| YUV | 165.5 | 35.73 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 2 | 0 | 0.22 | 0.99 | 0.14 | 46.45 | 0.98 | 0.43 |
| Hex | DB | AA | 2 | 0 | 16 | 63 | E | 2E | 62 | 2B |
| Octal | 333 | 252 | 2 | 0 | 26 | 143 | 16 | 56 | 142 | 53 |
| Binary | 11011011 | 10101010 | 10 | 0 | 10110 | 1100011 | 1110 | 101110 | 1100010 | 101011 |
Color Harmonies of #DBAA02
Complementary color
Monochromatic Colors of #DBAA02
Black with #DBAA02
Text Example
Text Example
White with #DBAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA02; }
p { color: rgb(219,170,2); }
H1.HeaderClassName
{
color: #DBAA02;
}
.AnyTagClassName
{
color: #DBAA02;
}
</style>
background-color css
<style>
a { background-color: #DBAA02; }
a { background-color: rgb(219,170,2); }
div.DivClassName
{
background-color: #DBAA02;
}
.BgClassName
{
background-color: #DBAA02;
}
</style>
border-color css
<style>
span { border-color: #DBAA02; }
span { border-color: rgb(219,170,2); }
td.TdClassName
{
border-color: #DBAA02;
}
.TagClassName
{
border-color: #DBAA02;
}
</style>