Shades of Gamboge #DA9D16
Tints of Gamboge #DA9D16
RGB
CMYK
RGB Variations
Color information
#DA9D16 (or 0xDA9D16) is known color: Gamboge. HEX triplet: DA, 9D and 16. RGB value is (218,157,22). Sum of RGB (Red+Green+Blue) = 218+157+22=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9D16 is #2562E9. Grayscale: #A0A0A0. Windows color (decimal): -2450154 or 1482202. OLE color: 1482202.
HSL color Cylindrical-coordinate representation of color #DA9D16: hue angle of 41.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA9D16 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 22 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.15 |
| HSL | 41.33º | 0.82% | 0.47% | - |
| HSV(B) | 41.33º | 0.9% | 0.85% | - |
| XYZ | 41.12 | 39.08 | 6.13 | - |
| YUV | 159.85 | 50.21 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 22 | 0 | 0.28 | 0.90 | 0.15 | 41.33 | 0.82 | 0.47 |
| Hex | DA | 9D | 16 | 0 | 1C | 5A | F | 29 | 52 | 2F |
| Octal | 332 | 235 | 26 | 0 | 34 | 132 | 17 | 51 | 122 | 57 |
| Binary | 11011010 | 10011101 | 10110 | 0 | 11100 | 1011010 | 1111 | 101001 | 1010010 | 101111 |
Color Harmonies of #DA9D16
Complementary color
Monochromatic Colors of #DA9D16
Black with #DA9D16
Text Example
Text Example
White with #DA9D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9D16; }
p { color: rgb(218,157,22); }
H1.HeaderClassName
{
color: #DA9D16;
}
.AnyTagClassName
{
color: #DA9D16;
}
</style>
background-color css
<style>
a { background-color: #DA9D16; }
a { background-color: rgb(218,157,22); }
div.DivClassName
{
background-color: #DA9D16;
}
.BgClassName
{
background-color: #DA9D16;
}
</style>
border-color css
<style>
span { border-color: #DA9D16; }
span { border-color: rgb(218,157,22); }
td.TdClassName
{
border-color: #DA9D16;
}
.TagClassName
{
border-color: #DA9D16;
}
</style>