Shades of Gamboge #D99E10
Tints of Gamboge #D99E10
RGB
CMYK
RGB Variations
Color information
#D99E10 (or 0xD99E10) is known color: Gamboge. HEX triplet: D9, 9E and 10. RGB value is (217,158,16). Sum of RGB (Red+Green+Blue) = 217+158+16=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99E10 is #2661EF. Grayscale: #A0A0A0. Windows color (decimal): -2515440 or 1089241. OLE color: 1089241.
HSL color Cylindrical-coordinate representation of color #D99E10: hue angle of 42.39º 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 #D99E10 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.15 |
| HSL | 42.39º | 0.86% | 0.46% | - |
| HSV(B) | 42.39º | 0.93% | 0.85% | - |
| XYZ | 40.94 | 39.24 | 5.91 | - |
| YUV | 159.45 | 47.05 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 16 | 0 | 0.27 | 0.93 | 0.15 | 42.39 | 0.86 | 0.46 |
| Hex | D9 | 9E | 10 | 0 | 1B | 5D | F | 2A | 56 | 2E |
| Octal | 331 | 236 | 20 | 0 | 33 | 135 | 17 | 52 | 126 | 56 |
| Binary | 11011001 | 10011110 | 10000 | 0 | 11011 | 1011101 | 1111 | 101010 | 1010110 | 101110 |
Color Harmonies of #D99E10
Complementary color
Monochromatic Colors of #D99E10
Black with #D99E10
Text Example
Text Example
White with #D99E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E10; }
p { color: rgb(217,158,16); }
H1.HeaderClassName
{
color: #D99E10;
}
.AnyTagClassName
{
color: #D99E10;
}
</style>
background-color css
<style>
a { background-color: #D99E10; }
a { background-color: rgb(217,158,16); }
div.DivClassName
{
background-color: #D99E10;
}
.BgClassName
{
background-color: #D99E10;
}
</style>
border-color css
<style>
span { border-color: #D99E10; }
span { border-color: rgb(217,158,16); }
td.TdClassName
{
border-color: #D99E10;
}
.TagClassName
{
border-color: #D99E10;
}
</style>