Shades of Gamboge #DBA802
Tints of Gamboge #DBA802
RGB
CMYK
RGB Variations
Color information
#DBA802 (or 0xDBA802) is known color: Gamboge. HEX triplet: DB, A8 and 02. RGB value is (219,168,2). Sum of RGB (Red+Green+Blue) = 219+168+2=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA802 is #2457FD. Grayscale: #A5A5A5. Windows color (decimal): -2381822 or 174299. OLE color: 174299.
HSL color Cylindrical-coordinate representation of color #DBA802: hue angle of 45.9º 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 #DBA802 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.14 |
| HSL | 45.9º | 0.98% | 0.43% | - |
| HSV(B) | 45.9º | 0.99% | 0.86% | - |
| XYZ | 43.23 | 43.07 | 6.09 | - |
| YUV | 164.33 | 36.4 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 2 | 0 | 0.23 | 0.99 | 0.14 | 45.9 | 0.98 | 0.43 |
| Hex | DB | A8 | 2 | 0 | 17 | 63 | E | 2E | 62 | 2B |
| Octal | 333 | 250 | 2 | 0 | 27 | 143 | 16 | 56 | 142 | 53 |
| Binary | 11011011 | 10101000 | 10 | 0 | 10111 | 1100011 | 1110 | 101110 | 1100010 | 101011 |
Color Harmonies of #DBA802
Complementary color
Monochromatic Colors of #DBA802
Black with #DBA802
Text Example
Text Example
White with #DBA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA802; }
p { color: rgb(219,168,2); }
H1.HeaderClassName
{
color: #DBA802;
}
.AnyTagClassName
{
color: #DBA802;
}
</style>
background-color css
<style>
a { background-color: #DBA802; }
a { background-color: rgb(219,168,2); }
div.DivClassName
{
background-color: #DBA802;
}
.BgClassName
{
background-color: #DBA802;
}
</style>
border-color css
<style>
span { border-color: #DBA802; }
span { border-color: rgb(219,168,2); }
td.TdClassName
{
border-color: #DBA802;
}
.TagClassName
{
border-color: #DBA802;
}
</style>