Shades of Gamboge #DBA40D
Tints of Gamboge #DBA40D
RGB
CMYK
RGB Variations
Color information
#DBA40D (or 0xDBA40D) is known color: Gamboge. HEX triplet: DB, A4 and 0D. RGB value is (219,164,13). Sum of RGB (Red+Green+Blue) = 219+164+13=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA40D is #245BF2. Grayscale: #A3A3A3. Windows color (decimal): -2382835 or 894171. OLE color: 894171.
HSL color Cylindrical-coordinate representation of color #DBA40D: hue angle of 43.98º 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 #DBA40D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.14 |
| HSL | 43.98º | 0.89% | 0.45% | - |
| HSV(B) | 43.98º | 0.94% | 0.86% | - |
| XYZ | 42.56 | 41.64 | 6.17 | - |
| YUV | 163.23 | 43.22 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 13 | 0 | 0.25 | 0.94 | 0.14 | 43.98 | 0.89 | 0.45 |
| Hex | DB | A4 | D | 0 | 19 | 5E | E | 2C | 59 | 2D |
| Octal | 333 | 244 | 15 | 0 | 31 | 136 | 16 | 54 | 131 | 55 |
| Binary | 11011011 | 10100100 | 1101 | 0 | 11001 | 1011110 | 1110 | 101100 | 1011001 | 101101 |
Color Harmonies of #DBA40D
Complementary color
Monochromatic Colors of #DBA40D
Black with #DBA40D
Text Example
Text Example
White with #DBA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA40D; }
p { color: rgb(219,164,13); }
H1.HeaderClassName
{
color: #DBA40D;
}
.AnyTagClassName
{
color: #DBA40D;
}
</style>
background-color css
<style>
a { background-color: #DBA40D; }
a { background-color: rgb(219,164,13); }
div.DivClassName
{
background-color: #DBA40D;
}
.BgClassName
{
background-color: #DBA40D;
}
</style>
border-color css
<style>
span { border-color: #DBA40D; }
span { border-color: rgb(219,164,13); }
td.TdClassName
{
border-color: #DBA40D;
}
.TagClassName
{
border-color: #DBA40D;
}
</style>