Shades of Gamboge #D98511
Tints of Gamboge #D98511
RGB
CMYK
RGB Variations
Color information
#D98511 (or 0xD98511) is known color: Gamboge. HEX triplet: D9, 85 and 11. RGB value is (217,133,17). Sum of RGB (Red+Green+Blue) = 217+133+17=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D98511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98511 is #267AEE. Grayscale: #919191. Windows color (decimal): -2521839 or 1148377. OLE color: 1148377.
HSL color Cylindrical-coordinate representation of color #D98511: hue angle of 34.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D98511 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 17 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.15 |
| HSL | 34.8º | 0.85% | 0.46% | - |
| HSV(B) | 34.8º | 0.92% | 0.85% | - |
| XYZ | 37.1 | 31.57 | 4.67 | - |
| YUV | 144.89 | 55.83 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 17 | 0 | 0.39 | 0.92 | 0.15 | 34.8 | 0.85 | 0.46 |
| Hex | D9 | 85 | 11 | 0 | 27 | 5C | F | 23 | 55 | 2E |
| Octal | 331 | 205 | 21 | 0 | 47 | 134 | 17 | 43 | 125 | 56 |
| Binary | 11011001 | 10000101 | 10001 | 0 | 100111 | 1011100 | 1111 | 100011 | 1010101 | 101110 |
Color Harmonies of #D98511
Complementary color
Monochromatic Colors of #D98511
Black with #D98511
Text Example
Text Example
White with #D98511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98511; }
p { color: rgb(217,133,17); }
H1.HeaderClassName
{
color: #D98511;
}
.AnyTagClassName
{
color: #D98511;
}
</style>
background-color css
<style>
a { background-color: #D98511; }
a { background-color: rgb(217,133,17); }
div.DivClassName
{
background-color: #D98511;
}
.BgClassName
{
background-color: #D98511;
}
</style>
border-color css
<style>
span { border-color: #D98511; }
span { border-color: rgb(217,133,17); }
td.TdClassName
{
border-color: #D98511;
}
.TagClassName
{
border-color: #D98511;
}
</style>