Shades of Gamboge #D99E17
Tints of Gamboge #D99E17
RGB
CMYK
RGB Variations
Color information
#D99E17 (or 0xD99E17) is known color: Gamboge. HEX triplet: D9, 9E and 17. RGB value is (217,158,23). Sum of RGB (Red+Green+Blue) = 217+158+23=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99E17 is #2661E8. Grayscale: #A0A0A0. Windows color (decimal): -2515433 or 1547993. OLE color: 1547993.
HSL color Cylindrical-coordinate representation of color #D99E17: hue angle of 41.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D99E17 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 23 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.15 |
| HSL | 41.75º | 0.81% | 0.47% | - |
| HSV(B) | 41.75º | 0.89% | 0.85% | - |
| XYZ | 41 | 39.27 | 6.23 | - |
| YUV | 160.25 | 50.55 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 23 | 0 | 0.27 | 0.89 | 0.15 | 41.75 | 0.81 | 0.47 |
| Hex | D9 | 9E | 17 | 0 | 1B | 59 | F | 2A | 51 | 2F |
| Octal | 331 | 236 | 27 | 0 | 33 | 131 | 17 | 52 | 121 | 57 |
| Binary | 11011001 | 10011110 | 10111 | 0 | 11011 | 1011001 | 1111 | 101010 | 1010001 | 101111 |
Color Harmonies of #D99E17
Complementary color
Monochromatic Colors of #D99E17
Black with #D99E17
Text Example
Text Example
White with #D99E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E17; }
p { color: rgb(217,158,23); }
H1.HeaderClassName
{
color: #D99E17;
}
.AnyTagClassName
{
color: #D99E17;
}
</style>
background-color css
<style>
a { background-color: #D99E17; }
a { background-color: rgb(217,158,23); }
div.DivClassName
{
background-color: #D99E17;
}
.BgClassName
{
background-color: #D99E17;
}
</style>
border-color css
<style>
span { border-color: #D99E17; }
span { border-color: rgb(217,158,23); }
td.TdClassName
{
border-color: #D99E17;
}
.TagClassName
{
border-color: #D99E17;
}
</style>