Shades of Gamboge #D1990D
Tints of Gamboge #D1990D
RGB
CMYK
RGB Variations
Color information
#D1990D (or 0xD1990D) is known color: Gamboge. HEX triplet: D1, 99 and 0D. RGB value is (209,153,13). Sum of RGB (Red+Green+Blue) = 209+153+13=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1990D is #2E66F2. Grayscale: #9A9A9A. Windows color (decimal): -3041011 or 891345. OLE color: 891345.
HSL color Cylindrical-coordinate representation of color #D1990D: hue angle of 42.86º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1990D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.18 |
| HSL | 42.86º | 0.88% | 0.44% | - |
| HSV(B) | 42.86º | 0.94% | 0.82% | - |
| XYZ | 37.76 | 36.37 | 5.41 | - |
| YUV | 153.78 | 48.55 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 13 | 0 | 0.27 | 0.94 | 0.18 | 42.86 | 0.88 | 0.44 |
| Hex | D1 | 99 | D | 0 | 1B | 5E | 12 | 2B | 58 | 2C |
| Octal | 321 | 231 | 15 | 0 | 33 | 136 | 22 | 53 | 130 | 54 |
| Binary | 11010001 | 10011001 | 1101 | 0 | 11011 | 1011110 | 10010 | 101011 | 1011000 | 101100 |
Color Harmonies of #D1990D
Complementary color
Monochromatic Colors of #D1990D
Black with #D1990D
Text Example
Text Example
White with #D1990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1990D; }
p { color: rgb(209,153,13); }
H1.HeaderClassName
{
color: #D1990D;
}
.AnyTagClassName
{
color: #D1990D;
}
</style>
background-color css
<style>
a { background-color: #D1990D; }
a { background-color: rgb(209,153,13); }
div.DivClassName
{
background-color: #D1990D;
}
.BgClassName
{
background-color: #D1990D;
}
</style>
border-color css
<style>
span { border-color: #D1990D; }
span { border-color: rgb(209,153,13); }
td.TdClassName
{
border-color: #D1990D;
}
.TagClassName
{
border-color: #D1990D;
}
</style>