Shades of Gamboge #D99E00
Tints of Gamboge #D99E00
RGB
CMYK
RGB Variations
Color information
#D99E00 (or 0xD99E00) is known color: Gamboge. HEX triplet: D9, 9E and 00. RGB value is (217,158,0). Sum of RGB (Red+Green+Blue) = 217+158+0=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99E00 is #2661FF. Grayscale: #9E9E9E. Windows color (decimal): -2515456 or 40665. OLE color: 40665.
HSL color Cylindrical-coordinate representation of color #D99E00: hue angle of 43.69º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D99E00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.15 |
| HSL | 43.69º | 1% | 0.43% | - |
| HSV(B) | 43.69º | 1% | 0.85% | - |
| XYZ | 40.84 | 39.21 | 5.41 | - |
| YUV | 157.63 | 39.05 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 0 | 0 | 0.27 | 1 | 0.15 | 43.69 | 1 | 0.43 |
| Hex | D9 | 9E | 0 | 0 | 1B | 64 | F | 2C | 64 | 2B |
| Octal | 331 | 236 | 0 | 0 | 33 | 144 | 17 | 54 | 144 | 53 |
| Binary | 11011001 | 10011110 | 0 | 0 | 11011 | 1100100 | 1111 | 101100 | 1100100 | 101011 |
Color Harmonies of #D99E00
Complementary color
Monochromatic Colors of #D99E00
Black with #D99E00
Text Example
Text Example
White with #D99E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E00; }
p { color: rgb(217,158,0); }
H1.HeaderClassName
{
color: #D99E00;
}
.AnyTagClassName
{
color: #D99E00;
}
</style>
background-color css
<style>
a { background-color: #D99E00; }
a { background-color: rgb(217,158,0); }
div.DivClassName
{
background-color: #D99E00;
}
.BgClassName
{
background-color: #D99E00;
}
</style>
border-color css
<style>
span { border-color: #D99E00; }
span { border-color: rgb(217,158,0); }
td.TdClassName
{
border-color: #D99E00;
}
.TagClassName
{
border-color: #D99E00;
}
</style>