Shades of Gamboge #D89D16
Tints of Gamboge #D89D16
RGB
CMYK
RGB Variations
Color information
#D89D16 (or 0xD89D16) is known color: Gamboge. HEX triplet: D8, 9D and 16. RGB value is (216,157,22). Sum of RGB (Red+Green+Blue) = 216+157+22=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D16 is #2762E9. Grayscale: #9F9F9F. Windows color (decimal): -2581226 or 1482200. OLE color: 1482200.
HSL color Cylindrical-coordinate representation of color #D89D16: hue angle of 41.75º 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 #D89D16 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.15 |
| HSL | 41.75º | 0.82% | 0.47% | - |
| HSV(B) | 41.75º | 0.9% | 0.85% | - |
| XYZ | 40.52 | 38.77 | 6.11 | - |
| YUV | 159.25 | 50.55 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 22 | 0 | 0.27 | 0.90 | 0.15 | 41.75 | 0.82 | 0.47 |
| Hex | D8 | 9D | 16 | 0 | 1B | 5A | F | 2A | 52 | 2F |
| Octal | 330 | 235 | 26 | 0 | 33 | 132 | 17 | 52 | 122 | 57 |
| Binary | 11011000 | 10011101 | 10110 | 0 | 11011 | 1011010 | 1111 | 101010 | 1010010 | 101111 |
Color Harmonies of #D89D16
Complementary color
Monochromatic Colors of #D89D16
Black with #D89D16
Text Example
Text Example
White with #D89D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D16; }
p { color: rgb(216,157,22); }
H1.HeaderClassName
{
color: #D89D16;
}
.AnyTagClassName
{
color: #D89D16;
}
</style>
background-color css
<style>
a { background-color: #D89D16; }
a { background-color: rgb(216,157,22); }
div.DivClassName
{
background-color: #D89D16;
}
.BgClassName
{
background-color: #D89D16;
}
</style>
border-color css
<style>
span { border-color: #D89D16; }
span { border-color: rgb(216,157,22); }
td.TdClassName
{
border-color: #D89D16;
}
.TagClassName
{
border-color: #D89D16;
}
</style>