Shades of Gamboge #D99110
Tints of Gamboge #D99110
RGB
CMYK
RGB Variations
Color information
#D99110 (or 0xD99110) is known color: Gamboge. HEX triplet: D9, 91 and 10. RGB value is (217,145,16). Sum of RGB (Red+Green+Blue) = 217+145+16=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D99110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99110 is #266EEF. Grayscale: #989898. Windows color (decimal): -2518768 or 1085913. OLE color: 1085913.
HSL color Cylindrical-coordinate representation of color #D99110: hue angle of 38.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D99110 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.15 |
| HSL | 38.51º | 0.86% | 0.46% | - |
| HSV(B) | 38.51º | 0.93% | 0.85% | - |
| XYZ | 38.83 | 35.04 | 5.21 | - |
| YUV | 151.82 | 51.35 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 16 | 0 | 0.33 | 0.93 | 0.15 | 38.51 | 0.86 | 0.46 |
| Hex | D9 | 91 | 10 | 0 | 21 | 5D | F | 27 | 56 | 2E |
| Octal | 331 | 221 | 20 | 0 | 41 | 135 | 17 | 47 | 126 | 56 |
| Binary | 11011001 | 10010001 | 10000 | 0 | 100001 | 1011101 | 1111 | 100111 | 1010110 | 101110 |
Color Harmonies of #D99110
Complementary color
Monochromatic Colors of #D99110
Black with #D99110
Text Example
Text Example
White with #D99110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99110; }
p { color: rgb(217,145,16); }
H1.HeaderClassName
{
color: #D99110;
}
.AnyTagClassName
{
color: #D99110;
}
</style>
background-color css
<style>
a { background-color: #D99110; }
a { background-color: rgb(217,145,16); }
div.DivClassName
{
background-color: #D99110;
}
.BgClassName
{
background-color: #D99110;
}
</style>
border-color css
<style>
span { border-color: #D99110; }
span { border-color: rgb(217,145,16); }
td.TdClassName
{
border-color: #D99110;
}
.TagClassName
{
border-color: #D99110;
}
</style>