Shades of Gamboge #D89510
Tints of Gamboge #D89510
RGB
CMYK
RGB Variations
Color information
#D89510 (or 0xD89510) is known color: Gamboge. HEX triplet: D8, 95 and 10. RGB value is (216,149,16). Sum of RGB (Red+Green+Blue) = 216+149+16=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D89510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89510 is #276AEF. Grayscale: #9A9A9A. Windows color (decimal): -2583280 or 1086936. OLE color: 1086936.
HSL color Cylindrical-coordinate representation of color #D89510: hue angle of 39.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D89510 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.15 |
| HSL | 39.9º | 0.86% | 0.45% | - |
| HSV(B) | 39.9º | 0.93% | 0.85% | - |
| XYZ | 39.16 | 36.13 | 5.4 | - |
| YUV | 153.87 | 50.2 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 16 | 0 | 0.31 | 0.93 | 0.15 | 39.9 | 0.86 | 0.45 |
| Hex | D8 | 95 | 10 | 0 | 1F | 5D | F | 28 | 56 | 2D |
| Octal | 330 | 225 | 20 | 0 | 37 | 135 | 17 | 50 | 126 | 55 |
| Binary | 11011000 | 10010101 | 10000 | 0 | 11111 | 1011101 | 1111 | 101000 | 1010110 | 101101 |
Color Harmonies of #D89510
Complementary color
Monochromatic Colors of #D89510
Black with #D89510
Text Example
Text Example
White with #D89510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89510; }
p { color: rgb(216,149,16); }
H1.HeaderClassName
{
color: #D89510;
}
.AnyTagClassName
{
color: #D89510;
}
</style>
background-color css
<style>
a { background-color: #D89510; }
a { background-color: rgb(216,149,16); }
div.DivClassName
{
background-color: #D89510;
}
.BgClassName
{
background-color: #D89510;
}
</style>
border-color css
<style>
span { border-color: #D89510; }
span { border-color: rgb(216,149,16); }
td.TdClassName
{
border-color: #D89510;
}
.TagClassName
{
border-color: #D89510;
}
</style>