Shades of Gamboge #D9900D
Tints of Gamboge #D9900D
RGB
CMYK
RGB Variations
Color information
#D9900D (or 0xD9900D) is known color: Gamboge. HEX triplet: D9, 90 and 0D. RGB value is (217,144,13). Sum of RGB (Red+Green+Blue) = 217+144+13=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D9900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9900D is #266FF2. Grayscale: #979797. Windows color (decimal): -2519027 or 889049. OLE color: 889049.
HSL color Cylindrical-coordinate representation of color #D9900D: hue angle of 38.53º 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 #D9900D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.15 |
| HSL | 38.53º | 0.89% | 0.45% | - |
| HSV(B) | 38.53º | 0.94% | 0.85% | - |
| XYZ | 38.66 | 34.73 | 5.05 | - |
| YUV | 150.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 13 | 0 | 0.34 | 0.94 | 0.15 | 38.53 | 0.89 | 0.45 |
| Hex | D9 | 90 | D | 0 | 22 | 5E | F | 27 | 59 | 2D |
| Octal | 331 | 220 | 15 | 0 | 42 | 136 | 17 | 47 | 131 | 55 |
| Binary | 11011001 | 10010000 | 1101 | 0 | 100010 | 1011110 | 1111 | 100111 | 1011001 | 101101 |
Color Harmonies of #D9900D
Complementary color
Monochromatic Colors of #D9900D
Black with #D9900D
Text Example
Text Example
White with #D9900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9900D; }
p { color: rgb(217,144,13); }
H1.HeaderClassName
{
color: #D9900D;
}
.AnyTagClassName
{
color: #D9900D;
}
</style>
background-color css
<style>
a { background-color: #D9900D; }
a { background-color: rgb(217,144,13); }
div.DivClassName
{
background-color: #D9900D;
}
.BgClassName
{
background-color: #D9900D;
}
</style>
border-color css
<style>
span { border-color: #D9900D; }
span { border-color: rgb(217,144,13); }
td.TdClassName
{
border-color: #D9900D;
}
.TagClassName
{
border-color: #D9900D;
}
</style>