Shades of Gamboge #DBA80C
Tints of Gamboge #DBA80C
RGB
CMYK
RGB Variations
Color information
#DBA80C (or 0xDBA80C) is known color: Gamboge. HEX triplet: DB, A8 and 0C. RGB value is (219,168,12). Sum of RGB (Red+Green+Blue) = 219+168+12=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA80C is #2457F3. Grayscale: #A6A6A6. Windows color (decimal): -2381812 or 829659. OLE color: 829659.
HSL color Cylindrical-coordinate representation of color #DBA80C: hue angle of 45.22º degrees, saturation: 0.9, 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 #DBA80C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.14 |
| HSL | 45.22º | 0.9% | 0.45% | - |
| HSV(B) | 45.22º | 0.95% | 0.86% | - |
| XYZ | 43.28 | 43.09 | 6.38 | - |
| YUV | 165.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 12 | 0 | 0.23 | 0.95 | 0.14 | 45.22 | 0.9 | 0.45 |
| Hex | DB | A8 | C | 0 | 17 | 5F | E | 2D | 5A | 2D |
| Octal | 333 | 250 | 14 | 0 | 27 | 137 | 16 | 55 | 132 | 55 |
| Binary | 11011011 | 10101000 | 1100 | 0 | 10111 | 1011111 | 1110 | 101101 | 1011010 | 101101 |
Color Harmonies of #DBA80C
Complementary color
Monochromatic Colors of #DBA80C
Black with #DBA80C
Text Example
Text Example
White with #DBA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA80C; }
p { color: rgb(219,168,12); }
H1.HeaderClassName
{
color: #DBA80C;
}
.AnyTagClassName
{
color: #DBA80C;
}
</style>
background-color css
<style>
a { background-color: #DBA80C; }
a { background-color: rgb(219,168,12); }
div.DivClassName
{
background-color: #DBA80C;
}
.BgClassName
{
background-color: #DBA80C;
}
</style>
border-color css
<style>
span { border-color: #DBA80C; }
span { border-color: rgb(219,168,12); }
td.TdClassName
{
border-color: #DBA80C;
}
.TagClassName
{
border-color: #DBA80C;
}
</style>