Shades of Gamboge #DA9616
Tints of Gamboge #DA9616
RGB
CMYK
RGB Variations
Color information
#DA9616 (or 0xDA9616) is known color: Gamboge. HEX triplet: DA, 96 and 16. RGB value is (218,150,22). Sum of RGB (Red+Green+Blue) = 218+150+22=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9616 is #2569E9. Grayscale: #9C9C9C. Windows color (decimal): -2451946 or 1480410. OLE color: 1480410.
HSL color Cylindrical-coordinate representation of color #DA9616: hue angle of 39.18º 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 #DA9616 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 22 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.15 |
| HSL | 39.18º | 0.82% | 0.47% | - |
| HSV(B) | 39.18º | 0.9% | 0.85% | - |
| XYZ | 39.96 | 36.78 | 5.75 | - |
| YUV | 155.74 | 52.53 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 22 | 0 | 0.31 | 0.90 | 0.15 | 39.18 | 0.82 | 0.47 |
| Hex | DA | 96 | 16 | 0 | 1F | 5A | F | 27 | 52 | 2F |
| Octal | 332 | 226 | 26 | 0 | 37 | 132 | 17 | 47 | 122 | 57 |
| Binary | 11011010 | 10010110 | 10110 | 0 | 11111 | 1011010 | 1111 | 100111 | 1010010 | 101111 |
Color Harmonies of #DA9616
Complementary color
Monochromatic Colors of #DA9616
Black with #DA9616
Text Example
Text Example
White with #DA9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9616; }
p { color: rgb(218,150,22); }
H1.HeaderClassName
{
color: #DA9616;
}
.AnyTagClassName
{
color: #DA9616;
}
</style>
background-color css
<style>
a { background-color: #DA9616; }
a { background-color: rgb(218,150,22); }
div.DivClassName
{
background-color: #DA9616;
}
.BgClassName
{
background-color: #DA9616;
}
</style>
border-color css
<style>
span { border-color: #DA9616; }
span { border-color: rgb(218,150,22); }
td.TdClassName
{
border-color: #DA9616;
}
.TagClassName
{
border-color: #DA9616;
}
</style>