Shades of Gamboge #DBA905
Tints of Gamboge #DBA905
RGB
CMYK
RGB Variations
Color information
#DBA905 (or 0xDBA905) is known color: Gamboge. HEX triplet: DB, A9 and 05. RGB value is (219,169,5). Sum of RGB (Red+Green+Blue) = 219+169+5=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA905 is #2456FA. Grayscale: #A5A5A5. Windows color (decimal): -2381563 or 371163. OLE color: 371163.
HSL color Cylindrical-coordinate representation of color #DBA905: hue angle of 45.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBA905 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.14 |
| HSL | 45.98º | 0.96% | 0.44% | - |
| HSV(B) | 45.98º | 0.98% | 0.86% | - |
| XYZ | 43.43 | 43.45 | 6.24 | - |
| YUV | 165.25 | 37.57 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 5 | 0 | 0.23 | 0.98 | 0.14 | 45.98 | 0.96 | 0.44 |
| Hex | DB | A9 | 5 | 0 | 17 | 62 | E | 2E | 60 | 2C |
| Octal | 333 | 251 | 5 | 0 | 27 | 142 | 16 | 56 | 140 | 54 |
| Binary | 11011011 | 10101001 | 101 | 0 | 10111 | 1100010 | 1110 | 101110 | 1100000 | 101100 |
Color Harmonies of #DBA905
Complementary color
Monochromatic Colors of #DBA905
Black with #DBA905
Text Example
Text Example
White with #DBA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA905; }
p { color: rgb(219,169,5); }
H1.HeaderClassName
{
color: #DBA905;
}
.AnyTagClassName
{
color: #DBA905;
}
</style>
background-color css
<style>
a { background-color: #DBA905; }
a { background-color: rgb(219,169,5); }
div.DivClassName
{
background-color: #DBA905;
}
.BgClassName
{
background-color: #DBA905;
}
</style>
border-color css
<style>
span { border-color: #DBA905; }
span { border-color: rgb(219,169,5); }
td.TdClassName
{
border-color: #DBA905;
}
.TagClassName
{
border-color: #DBA905;
}
</style>