Shades of Gamboge #DBA60F
Tints of Gamboge #DBA60F
RGB
CMYK
RGB Variations
Color information
#DBA60F (or 0xDBA60F) is known color: Gamboge. HEX triplet: DB, A6 and 0F. RGB value is (219,166,15). Sum of RGB (Red+Green+Blue) = 219+166+15=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA60F is #2459F0. Grayscale: #A5A5A5. Windows color (decimal): -2382321 or 1025755. OLE color: 1025755.
HSL color Cylindrical-coordinate representation of color #DBA60F: hue angle of 44.41º 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 #DBA60F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.14 |
| HSL | 44.41º | 0.87% | 0.46% | - |
| HSV(B) | 44.41º | 0.93% | 0.86% | - |
| XYZ | 42.94 | 42.37 | 6.37 | - |
| YUV | 164.63 | 43.56 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 15 | 0 | 0.24 | 0.93 | 0.14 | 44.41 | 0.87 | 0.46 |
| Hex | DB | A6 | F | 0 | 18 | 5D | E | 2C | 57 | 2E |
| Octal | 333 | 246 | 17 | 0 | 30 | 135 | 16 | 54 | 127 | 56 |
| Binary | 11011011 | 10100110 | 1111 | 0 | 11000 | 1011101 | 1110 | 101100 | 1010111 | 101110 |
Color Harmonies of #DBA60F
Complementary color
Monochromatic Colors of #DBA60F
Black with #DBA60F
Text Example
Text Example
White with #DBA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA60F; }
p { color: rgb(219,166,15); }
H1.HeaderClassName
{
color: #DBA60F;
}
.AnyTagClassName
{
color: #DBA60F;
}
</style>
background-color css
<style>
a { background-color: #DBA60F; }
a { background-color: rgb(219,166,15); }
div.DivClassName
{
background-color: #DBA60F;
}
.BgClassName
{
background-color: #DBA60F;
}
</style>
border-color css
<style>
span { border-color: #DBA60F; }
span { border-color: rgb(219,166,15); }
td.TdClassName
{
border-color: #DBA60F;
}
.TagClassName
{
border-color: #DBA60F;
}
</style>