Shades of Gamboge #DBA20A
Tints of Gamboge #DBA20A
RGB
CMYK
RGB Variations
Color information
#DBA20A (or 0xDBA20A) is known color: Gamboge. HEX triplet: DB, A2 and 0A. RGB value is (219,162,10). Sum of RGB (Red+Green+Blue) = 219+162+10=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA20A is #245DF5. Grayscale: #A2A2A2. Windows color (decimal): -2383350 or 697051. OLE color: 697051.
HSL color Cylindrical-coordinate representation of color #DBA20A: hue angle of 43.64º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBA20A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.14 |
| HSL | 43.64º | 0.91% | 0.45% | - |
| HSV(B) | 43.64º | 0.95% | 0.86% | - |
| XYZ | 42.19 | 40.92 | 5.96 | - |
| YUV | 161.72 | 42.38 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 10 | 0 | 0.26 | 0.95 | 0.14 | 43.64 | 0.91 | 0.45 |
| Hex | DB | A2 | A | 0 | 1A | 5F | E | 2C | 5B | 2D |
| Octal | 333 | 242 | 12 | 0 | 32 | 137 | 16 | 54 | 133 | 55 |
| Binary | 11011011 | 10100010 | 1010 | 0 | 11010 | 1011111 | 1110 | 101100 | 1011011 | 101101 |
Color Harmonies of #DBA20A
Complementary color
Monochromatic Colors of #DBA20A
Black with #DBA20A
Text Example
Text Example
White with #DBA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA20A; }
p { color: rgb(219,162,10); }
H1.HeaderClassName
{
color: #DBA20A;
}
.AnyTagClassName
{
color: #DBA20A;
}
</style>
background-color css
<style>
a { background-color: #DBA20A; }
a { background-color: rgb(219,162,10); }
div.DivClassName
{
background-color: #DBA20A;
}
.BgClassName
{
background-color: #DBA20A;
}
</style>
border-color css
<style>
span { border-color: #DBA20A; }
span { border-color: rgb(219,162,10); }
td.TdClassName
{
border-color: #DBA20A;
}
.TagClassName
{
border-color: #DBA20A;
}
</style>