Shades of Gamboge #DBA30C
Tints of Gamboge #DBA30C
RGB
CMYK
RGB Variations
Color information
#DBA30C (or 0xDBA30C) is known color: Gamboge. HEX triplet: DB, A3 and 0C. RGB value is (219,163,12). Sum of RGB (Red+Green+Blue) = 219+163+12=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA30C is #245CF3. Grayscale: #A3A3A3. Windows color (decimal): -2383092 or 828379. OLE color: 828379.
HSL color Cylindrical-coordinate representation of color #DBA30C: hue angle of 43.77º 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 #DBA30C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.14 |
| HSL | 43.77º | 0.9% | 0.45% | - |
| HSV(B) | 43.77º | 0.95% | 0.86% | - |
| XYZ | 42.38 | 41.28 | 6.08 | - |
| YUV | 162.53 | 43.05 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 12 | 0 | 0.26 | 0.95 | 0.14 | 43.77 | 0.9 | 0.45 |
| Hex | DB | A3 | C | 0 | 1A | 5F | E | 2C | 5A | 2D |
| Octal | 333 | 243 | 14 | 0 | 32 | 137 | 16 | 54 | 132 | 55 |
| Binary | 11011011 | 10100011 | 1100 | 0 | 11010 | 1011111 | 1110 | 101100 | 1011010 | 101101 |
Color Harmonies of #DBA30C
Complementary color
Monochromatic Colors of #DBA30C
Black with #DBA30C
Text Example
Text Example
White with #DBA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA30C; }
p { color: rgb(219,163,12); }
H1.HeaderClassName
{
color: #DBA30C;
}
.AnyTagClassName
{
color: #DBA30C;
}
</style>
background-color css
<style>
a { background-color: #DBA30C; }
a { background-color: rgb(219,163,12); }
div.DivClassName
{
background-color: #DBA30C;
}
.BgClassName
{
background-color: #DBA30C;
}
</style>
border-color css
<style>
span { border-color: #DBA30C; }
span { border-color: rgb(219,163,12); }
td.TdClassName
{
border-color: #DBA30C;
}
.TagClassName
{
border-color: #DBA30C;
}
</style>