Shades of Gamboge #DBA605
Tints of Gamboge #DBA605
RGB
CMYK
RGB Variations
Color information
#DBA605 (or 0xDBA605) is known color: Gamboge. HEX triplet: DB, A6 and 05. RGB value is (219,166,5). Sum of RGB (Red+Green+Blue) = 219+166+5=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA605 is #2459FA. Grayscale: #A4A4A4. Windows color (decimal): -2382331 or 370395. OLE color: 370395.
HSL color Cylindrical-coordinate representation of color #DBA605: hue angle of 45.14º 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 #DBA605 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.14 |
| HSL | 45.14º | 0.96% | 0.44% | - |
| HSV(B) | 45.14º | 0.98% | 0.86% | - |
| XYZ | 42.88 | 42.34 | 6.06 | - |
| YUV | 163.49 | 38.56 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 5 | 0 | 0.24 | 0.98 | 0.14 | 45.14 | 0.96 | 0.44 |
| Hex | DB | A6 | 5 | 0 | 18 | 62 | E | 2D | 60 | 2C |
| Octal | 333 | 246 | 5 | 0 | 30 | 142 | 16 | 55 | 140 | 54 |
| Binary | 11011011 | 10100110 | 101 | 0 | 11000 | 1100010 | 1110 | 101101 | 1100000 | 101100 |
Color Harmonies of #DBA605
Complementary color
Monochromatic Colors of #DBA605
Black with #DBA605
Text Example
Text Example
White with #DBA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA605; }
p { color: rgb(219,166,5); }
H1.HeaderClassName
{
color: #DBA605;
}
.AnyTagClassName
{
color: #DBA605;
}
</style>
background-color css
<style>
a { background-color: #DBA605; }
a { background-color: rgb(219,166,5); }
div.DivClassName
{
background-color: #DBA605;
}
.BgClassName
{
background-color: #DBA605;
}
</style>
border-color css
<style>
span { border-color: #DBA605; }
span { border-color: rgb(219,166,5); }
td.TdClassName
{
border-color: #DBA605;
}
.TagClassName
{
border-color: #DBA605;
}
</style>