Shades of Gamboge #DBA906
Tints of Gamboge #DBA906
RGB
CMYK
RGB Variations
Color information
#DBA906 (or 0xDBA906) is known color: Gamboge. HEX triplet: DB, A9 and 06. RGB value is (219,169,6). Sum of RGB (Red+Green+Blue) = 219+169+6=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA906 is #2456F9. Grayscale: #A6A6A6. Windows color (decimal): -2381562 or 436699. OLE color: 436699.
HSL color Cylindrical-coordinate representation of color #DBA906: hue angle of 45.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBA906 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.14 |
| HSL | 45.92º | 0.95% | 0.44% | - |
| HSV(B) | 45.92º | 0.97% | 0.86% | - |
| XYZ | 43.43 | 43.45 | 6.27 | - |
| YUV | 165.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 6 | 0 | 0.23 | 0.97 | 0.14 | 45.92 | 0.95 | 0.44 |
| Hex | DB | A9 | 6 | 0 | 17 | 61 | E | 2E | 5F | 2C |
| Octal | 333 | 251 | 6 | 0 | 27 | 141 | 16 | 56 | 137 | 54 |
| Binary | 11011011 | 10101001 | 110 | 0 | 10111 | 1100001 | 1110 | 101110 | 1011111 | 101100 |
Color Harmonies of #DBA906
Complementary color
Monochromatic Colors of #DBA906
Black with #DBA906
Text Example
Text Example
White with #DBA906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA906; }
p { color: rgb(219,169,6); }
H1.HeaderClassName
{
color: #DBA906;
}
.AnyTagClassName
{
color: #DBA906;
}
</style>
background-color css
<style>
a { background-color: #DBA906; }
a { background-color: rgb(219,169,6); }
div.DivClassName
{
background-color: #DBA906;
}
.BgClassName
{
background-color: #DBA906;
}
</style>
border-color css
<style>
span { border-color: #DBA906; }
span { border-color: rgb(219,169,6); }
td.TdClassName
{
border-color: #DBA906;
}
.TagClassName
{
border-color: #DBA906;
}
</style>