Shades of Gamboge #DBA207
Tints of Gamboge #DBA207
RGB
CMYK
RGB Variations
Color information
#DBA207 (or 0xDBA207) is known color: Gamboge. HEX triplet: DB, A2 and 07. RGB value is (219,162,7). Sum of RGB (Red+Green+Blue) = 219+162+7=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA207 is #245DF8. Grayscale: #A2A2A2. Windows color (decimal): -2383353 or 500443. OLE color: 500443.
HSL color Cylindrical-coordinate representation of color #DBA207: hue angle of 43.87º 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 #DBA207 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.14 |
| HSL | 43.87º | 0.94% | 0.44% | - |
| HSV(B) | 43.87º | 0.97% | 0.86% | - |
| XYZ | 42.17 | 40.92 | 5.88 | - |
| YUV | 161.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 7 | 0 | 0.26 | 0.97 | 0.14 | 43.87 | 0.94 | 0.44 |
| Hex | DB | A2 | 7 | 0 | 1A | 61 | E | 2C | 5E | 2C |
| Octal | 333 | 242 | 7 | 0 | 32 | 141 | 16 | 54 | 136 | 54 |
| Binary | 11011011 | 10100010 | 111 | 0 | 11010 | 1100001 | 1110 | 101100 | 1011110 | 101100 |
Color Harmonies of #DBA207
Complementary color
Monochromatic Colors of #DBA207
Black with #DBA207
Text Example
Text Example
White with #DBA207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA207; }
p { color: rgb(219,162,7); }
H1.HeaderClassName
{
color: #DBA207;
}
.AnyTagClassName
{
color: #DBA207;
}
</style>
background-color css
<style>
a { background-color: #DBA207; }
a { background-color: rgb(219,162,7); }
div.DivClassName
{
background-color: #DBA207;
}
.BgClassName
{
background-color: #DBA207;
}
</style>
border-color css
<style>
span { border-color: #DBA207; }
span { border-color: rgb(219,162,7); }
td.TdClassName
{
border-color: #DBA207;
}
.TagClassName
{
border-color: #DBA207;
}
</style>