Shades of Gamboge #D9900F
Tints of Gamboge #D9900F
RGB
CMYK
RGB Variations
Color information
#D9900F (or 0xD9900F) is known color: Gamboge. HEX triplet: D9, 90 and 0F. RGB value is (217,144,15). Sum of RGB (Red+Green+Blue) = 217+144+15=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9900F is #266FF0. Grayscale: #979797. Windows color (decimal): -2519025 or 1020121. OLE color: 1020121.
HSL color Cylindrical-coordinate representation of color #D9900F: hue angle of 38.32º 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 #D9900F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 15 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.15 |
| HSL | 38.32º | 0.87% | 0.45% | - |
| HSV(B) | 38.32º | 0.93% | 0.85% | - |
| XYZ | 38.67 | 34.73 | 5.12 | - |
| YUV | 151.12 | 51.18 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 15 | 0 | 0.34 | 0.93 | 0.15 | 38.32 | 0.87 | 0.45 |
| Hex | D9 | 90 | F | 0 | 22 | 5D | F | 26 | 57 | 2D |
| Octal | 331 | 220 | 17 | 0 | 42 | 135 | 17 | 46 | 127 | 55 |
| Binary | 11011001 | 10010000 | 1111 | 0 | 100010 | 1011101 | 1111 | 100110 | 1010111 | 101101 |
Color Harmonies of #D9900F
Complementary color
Monochromatic Colors of #D9900F
Black with #D9900F
Text Example
Text Example
White with #D9900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9900F; }
p { color: rgb(217,144,15); }
H1.HeaderClassName
{
color: #D9900F;
}
.AnyTagClassName
{
color: #D9900F;
}
</style>
background-color css
<style>
a { background-color: #D9900F; }
a { background-color: rgb(217,144,15); }
div.DivClassName
{
background-color: #D9900F;
}
.BgClassName
{
background-color: #D9900F;
}
</style>
border-color css
<style>
span { border-color: #D9900F; }
span { border-color: rgb(217,144,15); }
td.TdClassName
{
border-color: #D9900F;
}
.TagClassName
{
border-color: #D9900F;
}
</style>