Shades of Gamboge #D9990C
Tints of Gamboge #D9990C
RGB
CMYK
RGB Variations
Color information
#D9990C (or 0xD9990C) is known color: Gamboge. HEX triplet: D9, 99 and 0C. RGB value is (217,153,12). Sum of RGB (Red+Green+Blue) = 217+153+12=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9990C is #2666F3. Grayscale: #9C9C9C. Windows color (decimal): -2516724 or 825817. OLE color: 825817.
HSL color Cylindrical-coordinate representation of color #D9990C: hue angle of 41.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9990C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 12 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.15 |
| HSL | 41.27º | 0.9% | 0.45% | - |
| HSV(B) | 41.27º | 0.94% | 0.85% | - |
| XYZ | 40.07 | 37.56 | 5.49 | - |
| YUV | 156.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 12 | 0 | 0.29 | 0.94 | 0.15 | 41.27 | 0.9 | 0.45 |
| Hex | D9 | 99 | C | 0 | 1D | 5E | F | 29 | 5A | 2D |
| Octal | 331 | 231 | 14 | 0 | 35 | 136 | 17 | 51 | 132 | 55 |
| Binary | 11011001 | 10011001 | 1100 | 0 | 11101 | 1011110 | 1111 | 101001 | 1011010 | 101101 |
Color Harmonies of #D9990C
Complementary color
Monochromatic Colors of #D9990C
Black with #D9990C
Text Example
Text Example
White with #D9990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9990C; }
p { color: rgb(217,153,12); }
H1.HeaderClassName
{
color: #D9990C;
}
.AnyTagClassName
{
color: #D9990C;
}
</style>
background-color css
<style>
a { background-color: #D9990C; }
a { background-color: rgb(217,153,12); }
div.DivClassName
{
background-color: #D9990C;
}
.BgClassName
{
background-color: #D9990C;
}
</style>
border-color css
<style>
span { border-color: #D9990C; }
span { border-color: rgb(217,153,12); }
td.TdClassName
{
border-color: #D9990C;
}
.TagClassName
{
border-color: #D9990C;
}
</style>