Shades of Gamboge #DBAA03
Tints of Gamboge #DBAA03
RGB
CMYK
RGB Variations
Color information
#DBAA03 (or 0xDBAA03) is known color: Gamboge. HEX triplet: DB, AA and 03. RGB value is (219,170,3). Sum of RGB (Red+Green+Blue) = 219+170+3=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA03 is #2455FC. Grayscale: #A6A6A6. Windows color (decimal): -2381309 or 240347. OLE color: 240347.
HSL color Cylindrical-coordinate representation of color #DBAA03: hue angle of 46.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBAA03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.14 |
| HSL | 46.39º | 0.97% | 0.44% | - |
| HSV(B) | 46.39º | 0.99% | 0.86% | - |
| XYZ | 43.6 | 43.82 | 6.25 | - |
| YUV | 165.61 | 36.23 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 3 | 0 | 0.22 | 0.99 | 0.14 | 46.39 | 0.97 | 0.44 |
| Hex | DB | AA | 3 | 0 | 16 | 63 | E | 2E | 61 | 2C |
| Octal | 333 | 252 | 3 | 0 | 26 | 143 | 16 | 56 | 141 | 54 |
| Binary | 11011011 | 10101010 | 11 | 0 | 10110 | 1100011 | 1110 | 101110 | 1100001 | 101100 |
Color Harmonies of #DBAA03
Complementary color
Monochromatic Colors of #DBAA03
Black with #DBAA03
Text Example
Text Example
White with #DBAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA03; }
p { color: rgb(219,170,3); }
H1.HeaderClassName
{
color: #DBAA03;
}
.AnyTagClassName
{
color: #DBAA03;
}
</style>
background-color css
<style>
a { background-color: #DBAA03; }
a { background-color: rgb(219,170,3); }
div.DivClassName
{
background-color: #DBAA03;
}
.BgClassName
{
background-color: #DBAA03;
}
</style>
border-color css
<style>
span { border-color: #DBAA03; }
span { border-color: rgb(219,170,3); }
td.TdClassName
{
border-color: #DBAA03;
}
.TagClassName
{
border-color: #DBAA03;
}
</style>