Shades of Gamboge #D89916
Tints of Gamboge #D89916
RGB
CMYK
RGB Variations
Color information
#D89916 (or 0xD89916) is known color: Gamboge. HEX triplet: D8, 99 and 16. RGB value is (216,153,22). Sum of RGB (Red+Green+Blue) = 216+153+22=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D89916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89916 is #2766E9. Grayscale: #9D9D9D. Windows color (decimal): -2582250 or 1481176. OLE color: 1481176.
HSL color Cylindrical-coordinate representation of color #D89916: hue angle of 40.52º 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 #D89916 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 22 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.15 |
| HSL | 40.52º | 0.82% | 0.47% | - |
| HSV(B) | 40.52º | 0.9% | 0.85% | - |
| XYZ | 39.85 | 37.44 | 5.88 | - |
| YUV | 156.9 | 51.87 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 22 | 0 | 0.29 | 0.90 | 0.15 | 40.52 | 0.82 | 0.47 |
| Hex | D8 | 99 | 16 | 0 | 1D | 5A | F | 29 | 52 | 2F |
| Octal | 330 | 231 | 26 | 0 | 35 | 132 | 17 | 51 | 122 | 57 |
| Binary | 11011000 | 10011001 | 10110 | 0 | 11101 | 1011010 | 1111 | 101001 | 1010010 | 101111 |
Color Harmonies of #D89916
Complementary color
Monochromatic Colors of #D89916
Black with #D89916
Text Example
Text Example
White with #D89916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89916; }
p { color: rgb(216,153,22); }
H1.HeaderClassName
{
color: #D89916;
}
.AnyTagClassName
{
color: #D89916;
}
</style>
background-color css
<style>
a { background-color: #D89916; }
a { background-color: rgb(216,153,22); }
div.DivClassName
{
background-color: #D89916;
}
.BgClassName
{
background-color: #D89916;
}
</style>
border-color css
<style>
span { border-color: #D89916; }
span { border-color: rgb(216,153,22); }
td.TdClassName
{
border-color: #D89916;
}
.TagClassName
{
border-color: #D89916;
}
</style>