Shades of Gamboge #DBA60D
Tints of Gamboge #DBA60D
RGB
CMYK
RGB Variations
Color information
#DBA60D (or 0xDBA60D) is known color: Gamboge. HEX triplet: DB, A6 and 0D. RGB value is (219,166,13). Sum of RGB (Red+Green+Blue) = 219+166+13=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA60D is #2459F2. Grayscale: #A5A5A5. Windows color (decimal): -2382323 or 894683. OLE color: 894683.
HSL color Cylindrical-coordinate representation of color #DBA60D: hue angle of 44.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBA60D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.14 |
| HSL | 44.56º | 0.89% | 0.45% | - |
| HSV(B) | 44.56º | 0.94% | 0.86% | - |
| XYZ | 42.92 | 42.36 | 6.3 | - |
| YUV | 164.41 | 42.56 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 13 | 0 | 0.24 | 0.94 | 0.14 | 44.56 | 0.89 | 0.45 |
| Hex | DB | A6 | D | 0 | 18 | 5E | E | 2D | 59 | 2D |
| Octal | 333 | 246 | 15 | 0 | 30 | 136 | 16 | 55 | 131 | 55 |
| Binary | 11011011 | 10100110 | 1101 | 0 | 11000 | 1011110 | 1110 | 101101 | 1011001 | 101101 |
Color Harmonies of #DBA60D
Complementary color
Monochromatic Colors of #DBA60D
Black with #DBA60D
Text Example
Text Example
White with #DBA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA60D; }
p { color: rgb(219,166,13); }
H1.HeaderClassName
{
color: #DBA60D;
}
.AnyTagClassName
{
color: #DBA60D;
}
</style>
background-color css
<style>
a { background-color: #DBA60D; }
a { background-color: rgb(219,166,13); }
div.DivClassName
{
background-color: #DBA60D;
}
.BgClassName
{
background-color: #DBA60D;
}
</style>
border-color css
<style>
span { border-color: #DBA60D; }
span { border-color: rgb(219,166,13); }
td.TdClassName
{
border-color: #DBA60D;
}
.TagClassName
{
border-color: #DBA60D;
}
</style>