Shades of Gamboge #D9990F
Tints of Gamboge #D9990F
RGB
CMYK
RGB Variations
Color information
#D9990F (or 0xD9990F) is known color: Gamboge. HEX triplet: D9, 99 and 0F. RGB value is (217,153,15). Sum of RGB (Red+Green+Blue) = 217+153+15=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D9990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9990F is #2666F0. Grayscale: #9D9D9D. Windows color (decimal): -2516721 or 1022425. OLE color: 1022425.
HSL color Cylindrical-coordinate representation of color #D9990F: hue angle of 40.99º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9990F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 15 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.15 |
| HSL | 40.99º | 0.87% | 0.45% | - |
| HSV(B) | 40.99º | 0.93% | 0.85% | - |
| XYZ | 40.09 | 37.57 | 5.59 | - |
| YUV | 156.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 15 | 0 | 0.29 | 0.93 | 0.15 | 40.99 | 0.87 | 0.45 |
| Hex | D9 | 99 | F | 0 | 1D | 5D | F | 29 | 57 | 2D |
| Octal | 331 | 231 | 17 | 0 | 35 | 135 | 17 | 51 | 127 | 55 |
| Binary | 11011001 | 10011001 | 1111 | 0 | 11101 | 1011101 | 1111 | 101001 | 1010111 | 101101 |
Color Harmonies of #D9990F
Complementary color
Monochromatic Colors of #D9990F
Black with #D9990F
Text Example
Text Example
White with #D9990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9990F; }
p { color: rgb(217,153,15); }
H1.HeaderClassName
{
color: #D9990F;
}
.AnyTagClassName
{
color: #D9990F;
}
</style>
background-color css
<style>
a { background-color: #D9990F; }
a { background-color: rgb(217,153,15); }
div.DivClassName
{
background-color: #D9990F;
}
.BgClassName
{
background-color: #D9990F;
}
</style>
border-color css
<style>
span { border-color: #D9990F; }
span { border-color: rgb(217,153,15); }
td.TdClassName
{
border-color: #D9990F;
}
.TagClassName
{
border-color: #D9990F;
}
</style>