Shades of Gamboge #D9980F
Tints of Gamboge #D9980F
RGB
CMYK
RGB Variations
Color information
#D9980F (or 0xD9980F) is known color: Gamboge. HEX triplet: D9, 98 and 0F. RGB value is (217,152,15). Sum of RGB (Red+Green+Blue) = 217+152+15=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D9980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9980F is #2667F0. Grayscale: #9C9C9C. Windows color (decimal): -2516977 or 1022169. OLE color: 1022169.
HSL color Cylindrical-coordinate representation of color #D9980F: hue angle of 40.69º 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 #D9980F is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 15 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.15 |
| HSL | 40.69º | 0.87% | 0.45% | - |
| HSV(B) | 40.69º | 0.93% | 0.85% | - |
| XYZ | 39.93 | 37.24 | 5.54 | - |
| YUV | 155.82 | 48.53 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 15 | 0 | 0.30 | 0.93 | 0.15 | 40.69 | 0.87 | 0.45 |
| Hex | D9 | 98 | F | 0 | 1E | 5D | F | 29 | 57 | 2D |
| Octal | 331 | 230 | 17 | 0 | 36 | 135 | 17 | 51 | 127 | 55 |
| Binary | 11011001 | 10011000 | 1111 | 0 | 11110 | 1011101 | 1111 | 101001 | 1010111 | 101101 |
Color Harmonies of #D9980F
Complementary color
Monochromatic Colors of #D9980F
Black with #D9980F
Text Example
Text Example
White with #D9980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9980F; }
p { color: rgb(217,152,15); }
H1.HeaderClassName
{
color: #D9980F;
}
.AnyTagClassName
{
color: #D9980F;
}
</style>
background-color css
<style>
a { background-color: #D9980F; }
a { background-color: rgb(217,152,15); }
div.DivClassName
{
background-color: #D9980F;
}
.BgClassName
{
background-color: #D9980F;
}
</style>
border-color css
<style>
span { border-color: #D9980F; }
span { border-color: rgb(217,152,15); }
td.TdClassName
{
border-color: #D9980F;
}
.TagClassName
{
border-color: #D9980F;
}
</style>