Shades of Gamboge #DBA003
Tints of Gamboge #DBA003
RGB
CMYK
RGB Variations
Color information
#DBA003 (or 0xDBA003) is known color: Gamboge. HEX triplet: DB, A0 and 03. RGB value is (219,160,3). Sum of RGB (Red+Green+Blue) = 219+160+3=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA003 is #245FFC. Grayscale: #A0A0A0. Windows color (decimal): -2383869 or 237787. OLE color: 237787.
HSL color Cylindrical-coordinate representation of color #DBA003: hue angle of 43.61º 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 #DBA003 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.14 |
| HSL | 43.61º | 0.97% | 0.44% | - |
| HSV(B) | 43.61º | 0.99% | 0.86% | - |
| XYZ | 41.8 | 40.21 | 5.64 | - |
| YUV | 159.74 | 39.55 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 3 | 0 | 0.27 | 0.99 | 0.14 | 43.61 | 0.97 | 0.44 |
| Hex | DB | A0 | 3 | 0 | 1B | 63 | E | 2C | 61 | 2C |
| Octal | 333 | 240 | 3 | 0 | 33 | 143 | 16 | 54 | 141 | 54 |
| Binary | 11011011 | 10100000 | 11 | 0 | 11011 | 1100011 | 1110 | 101100 | 1100001 | 101100 |
Color Harmonies of #DBA003
Complementary color
Monochromatic Colors of #DBA003
Black with #DBA003
Text Example
Text Example
White with #DBA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA003; }
p { color: rgb(219,160,3); }
H1.HeaderClassName
{
color: #DBA003;
}
.AnyTagClassName
{
color: #DBA003;
}
</style>
background-color css
<style>
a { background-color: #DBA003; }
a { background-color: rgb(219,160,3); }
div.DivClassName
{
background-color: #DBA003;
}
.BgClassName
{
background-color: #DBA003;
}
</style>
border-color css
<style>
span { border-color: #DBA003; }
span { border-color: rgb(219,160,3); }
td.TdClassName
{
border-color: #DBA003;
}
.TagClassName
{
border-color: #DBA003;
}
</style>