Shades of Gamboge #DBA00F
Tints of Gamboge #DBA00F
RGB
CMYK
RGB Variations
Color information
#DBA00F (or 0xDBA00F) is known color: Gamboge. HEX triplet: DB, A0 and 0F. RGB value is (219,160,15). Sum of RGB (Red+Green+Blue) = 219+160+15=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA00F is #245FF0. Grayscale: #A1A1A1. Windows color (decimal): -2383857 or 1024219. OLE color: 1024219.
HSL color Cylindrical-coordinate representation of color #DBA00F: hue angle of 42.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBA00F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.14 |
| HSL | 42.65º | 0.87% | 0.46% | - |
| HSV(B) | 42.65º | 0.93% | 0.86% | - |
| XYZ | 41.87 | 40.24 | 6.01 | - |
| YUV | 161.11 | 45.55 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 15 | 0 | 0.27 | 0.93 | 0.14 | 42.65 | 0.87 | 0.46 |
| Hex | DB | A0 | F | 0 | 1B | 5D | E | 2B | 57 | 2E |
| Octal | 333 | 240 | 17 | 0 | 33 | 135 | 16 | 53 | 127 | 56 |
| Binary | 11011011 | 10100000 | 1111 | 0 | 11011 | 1011101 | 1110 | 101011 | 1010111 | 101110 |
Color Harmonies of #DBA00F
Complementary color
Monochromatic Colors of #DBA00F
Black with #DBA00F
Text Example
Text Example
White with #DBA00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA00F; }
p { color: rgb(219,160,15); }
H1.HeaderClassName
{
color: #DBA00F;
}
.AnyTagClassName
{
color: #DBA00F;
}
</style>
background-color css
<style>
a { background-color: #DBA00F; }
a { background-color: rgb(219,160,15); }
div.DivClassName
{
background-color: #DBA00F;
}
.BgClassName
{
background-color: #DBA00F;
}
</style>
border-color css
<style>
span { border-color: #DBA00F; }
span { border-color: rgb(219,160,15); }
td.TdClassName
{
border-color: #DBA00F;
}
.TagClassName
{
border-color: #DBA00F;
}
</style>