Shades of Gamboge #D9940D
Tints of Gamboge #D9940D
RGB
CMYK
RGB Variations
Color information
#D9940D (or 0xD9940D) is known color: Gamboge. HEX triplet: D9, 94 and 0D. RGB value is (217,148,13). Sum of RGB (Red+Green+Blue) = 217+148+13=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9940D is #266BF2. Grayscale: #999999. Windows color (decimal): -2518003 or 890073. OLE color: 890073.
HSL color Cylindrical-coordinate representation of color #D9940D: hue angle of 39.71º degrees, saturation: 0.89, 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 #D9940D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.15 |
| HSL | 39.71º | 0.89% | 0.45% | - |
| HSV(B) | 39.71º | 0.94% | 0.85% | - |
| XYZ | 39.28 | 35.96 | 5.25 | - |
| YUV | 153.24 | 48.86 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 13 | 0 | 0.32 | 0.94 | 0.15 | 39.71 | 0.89 | 0.45 |
| Hex | D9 | 94 | D | 0 | 20 | 5E | F | 28 | 59 | 2D |
| Octal | 331 | 224 | 15 | 0 | 40 | 136 | 17 | 50 | 131 | 55 |
| Binary | 11011001 | 10010100 | 1101 | 0 | 100000 | 1011110 | 1111 | 101000 | 1011001 | 101101 |
Color Harmonies of #D9940D
Complementary color
Monochromatic Colors of #D9940D
Black with #D9940D
Text Example
Text Example
White with #D9940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9940D; }
p { color: rgb(217,148,13); }
H1.HeaderClassName
{
color: #D9940D;
}
.AnyTagClassName
{
color: #D9940D;
}
</style>
background-color css
<style>
a { background-color: #D9940D; }
a { background-color: rgb(217,148,13); }
div.DivClassName
{
background-color: #D9940D;
}
.BgClassName
{
background-color: #D9940D;
}
</style>
border-color css
<style>
span { border-color: #D9940D; }
span { border-color: rgb(217,148,13); }
td.TdClassName
{
border-color: #D9940D;
}
.TagClassName
{
border-color: #D9940D;
}
</style>