Shades of Gamboge #DBA508
Tints of Gamboge #DBA508
RGB
CMYK
RGB Variations
Color information
#DBA508 (or 0xDBA508) is known color: Gamboge. HEX triplet: DB, A5 and 08. RGB value is (219,165,8). Sum of RGB (Red+Green+Blue) = 219+165+8=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA508 is #245AF7. Grayscale: #A3A3A3. Windows color (decimal): -2382584 or 566747. OLE color: 566747.
HSL color Cylindrical-coordinate representation of color #DBA508: hue angle of 44.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBA508 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.14 |
| HSL | 44.64º | 0.93% | 0.45% | - |
| HSV(B) | 44.64º | 0.96% | 0.86% | - |
| XYZ | 42.71 | 41.99 | 6.08 | - |
| YUV | 163.25 | 40.39 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 8 | 0 | 0.25 | 0.96 | 0.14 | 44.64 | 0.93 | 0.45 |
| Hex | DB | A5 | 8 | 0 | 19 | 60 | E | 2D | 5D | 2D |
| Octal | 333 | 245 | 10 | 0 | 31 | 140 | 16 | 55 | 135 | 55 |
| Binary | 11011011 | 10100101 | 1000 | 0 | 11001 | 1100000 | 1110 | 101101 | 1011101 | 101101 |
Color Harmonies of #DBA508
Complementary color
Monochromatic Colors of #DBA508
Black with #DBA508
Text Example
Text Example
White with #DBA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA508; }
p { color: rgb(219,165,8); }
H1.HeaderClassName
{
color: #DBA508;
}
.AnyTagClassName
{
color: #DBA508;
}
</style>
background-color css
<style>
a { background-color: #DBA508; }
a { background-color: rgb(219,165,8); }
div.DivClassName
{
background-color: #DBA508;
}
.BgClassName
{
background-color: #DBA508;
}
</style>
border-color css
<style>
span { border-color: #DBA508; }
span { border-color: rgb(219,165,8); }
td.TdClassName
{
border-color: #DBA508;
}
.TagClassName
{
border-color: #DBA508;
}
</style>