Shades of Gamboge #DBA014
Tints of Gamboge #DBA014
RGB
CMYK
RGB Variations
Color information
#DBA014 (or 0xDBA014) is known color: Gamboge. HEX triplet: DB, A0 and 14. RGB value is (219,160,20). Sum of RGB (Red+Green+Blue) = 219+160+20=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA014 is #245FEB. Grayscale: #A2A2A2. Windows color (decimal): -2383852 or 1351899. OLE color: 1351899.
HSL color Cylindrical-coordinate representation of color #DBA014: hue angle of 42.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBA014 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 20 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.14 |
| HSL | 42.21º | 0.83% | 0.47% | - |
| HSV(B) | 42.21º | 0.91% | 0.86% | - |
| XYZ | 41.91 | 40.25 | 6.22 | - |
| YUV | 161.68 | 48.05 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 20 | 0 | 0.27 | 0.91 | 0.14 | 42.21 | 0.83 | 0.47 |
| Hex | DB | A0 | 14 | 0 | 1B | 5B | E | 2A | 53 | 2F |
| Octal | 333 | 240 | 24 | 0 | 33 | 133 | 16 | 52 | 123 | 57 |
| Binary | 11011011 | 10100000 | 10100 | 0 | 11011 | 1011011 | 1110 | 101010 | 1010011 | 101111 |
Color Harmonies of #DBA014
Complementary color
Monochromatic Colors of #DBA014
Black with #DBA014
Text Example
Text Example
White with #DBA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA014; }
p { color: rgb(219,160,20); }
H1.HeaderClassName
{
color: #DBA014;
}
.AnyTagClassName
{
color: #DBA014;
}
</style>
background-color css
<style>
a { background-color: #DBA014; }
a { background-color: rgb(219,160,20); }
div.DivClassName
{
background-color: #DBA014;
}
.BgClassName
{
background-color: #DBA014;
}
</style>
border-color css
<style>
span { border-color: #DBA014; }
span { border-color: rgb(219,160,20); }
td.TdClassName
{
border-color: #DBA014;
}
.TagClassName
{
border-color: #DBA014;
}
</style>