Shades of Gamboge #DBA407
Tints of Gamboge #DBA407
RGB
CMYK
RGB Variations
Color information
#DBA407 (or 0xDBA407) is known color: Gamboge. HEX triplet: DB, A4 and 07. RGB value is (219,164,7). Sum of RGB (Red+Green+Blue) = 219+164+7=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA407 is #245BF8. Grayscale: #A3A3A3. Windows color (decimal): -2382841 or 500955. OLE color: 500955.
HSL color Cylindrical-coordinate representation of color #DBA407: hue angle of 44.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBA407 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.14 |
| HSL | 44.43º | 0.94% | 0.44% | - |
| HSV(B) | 44.43º | 0.97% | 0.86% | - |
| XYZ | 42.53 | 41.63 | 5.99 | - |
| YUV | 162.55 | 40.22 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 7 | 0 | 0.25 | 0.97 | 0.14 | 44.43 | 0.94 | 0.44 |
| Hex | DB | A4 | 7 | 0 | 19 | 61 | E | 2C | 5E | 2C |
| Octal | 333 | 244 | 7 | 0 | 31 | 141 | 16 | 54 | 136 | 54 |
| Binary | 11011011 | 10100100 | 111 | 0 | 11001 | 1100001 | 1110 | 101100 | 1011110 | 101100 |
Color Harmonies of #DBA407
Complementary color
Monochromatic Colors of #DBA407
Black with #DBA407
Text Example
Text Example
White with #DBA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA407; }
p { color: rgb(219,164,7); }
H1.HeaderClassName
{
color: #DBA407;
}
.AnyTagClassName
{
color: #DBA407;
}
</style>
background-color css
<style>
a { background-color: #DBA407; }
a { background-color: rgb(219,164,7); }
div.DivClassName
{
background-color: #DBA407;
}
.BgClassName
{
background-color: #DBA407;
}
</style>
border-color css
<style>
span { border-color: #DBA407; }
span { border-color: rgb(219,164,7); }
td.TdClassName
{
border-color: #DBA407;
}
.TagClassName
{
border-color: #DBA407;
}
</style>