Shades of Gamboge #D89B16
Tints of Gamboge #D89B16
RGB
CMYK
RGB Variations
Color information
#D89B16 (or 0xD89B16) is known color: Gamboge. HEX triplet: D8, 9B and 16. RGB value is (216,155,22). Sum of RGB (Red+Green+Blue) = 216+155+22=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89B16 is #2764E9. Grayscale: #9E9E9E. Windows color (decimal): -2581738 or 1481688. OLE color: 1481688.
HSL color Cylindrical-coordinate representation of color #D89B16: hue angle of 41.13º 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 #D89B16 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 22 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.15 |
| HSL | 41.13º | 0.82% | 0.47% | - |
| HSV(B) | 41.13º | 0.9% | 0.85% | - |
| XYZ | 40.19 | 38.1 | 6 | - |
| YUV | 158.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 22 | 0 | 0.28 | 0.90 | 0.15 | 41.13 | 0.82 | 0.47 |
| Hex | D8 | 9B | 16 | 0 | 1C | 5A | F | 29 | 52 | 2F |
| Octal | 330 | 233 | 26 | 0 | 34 | 132 | 17 | 51 | 122 | 57 |
| Binary | 11011000 | 10011011 | 10110 | 0 | 11100 | 1011010 | 1111 | 101001 | 1010010 | 101111 |
Color Harmonies of #D89B16
Complementary color
Monochromatic Colors of #D89B16
Black with #D89B16
Text Example
Text Example
White with #D89B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B16; }
p { color: rgb(216,155,22); }
H1.HeaderClassName
{
color: #D89B16;
}
.AnyTagClassName
{
color: #D89B16;
}
</style>
background-color css
<style>
a { background-color: #D89B16; }
a { background-color: rgb(216,155,22); }
div.DivClassName
{
background-color: #D89B16;
}
.BgClassName
{
background-color: #D89B16;
}
</style>
border-color css
<style>
span { border-color: #D89B16; }
span { border-color: rgb(216,155,22); }
td.TdClassName
{
border-color: #D89B16;
}
.TagClassName
{
border-color: #D89B16;
}
</style>