Shades of Gamboge #D1990C
Tints of Gamboge #D1990C
RGB
CMYK
RGB Variations
Color information
#D1990C (or 0xD1990C) is known color: Gamboge. HEX triplet: D1, 99 and 0C. RGB value is (209,153,12). Sum of RGB (Red+Green+Blue) = 209+153+12=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1990C is #2E66F3. Grayscale: #9A9A9A. Windows color (decimal): -3041012 or 825809. OLE color: 825809.
HSL color Cylindrical-coordinate representation of color #D1990C: hue angle of 42.94º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1990C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.18 |
| HSL | 42.94º | 0.89% | 0.43% | - |
| HSV(B) | 42.94º | 0.94% | 0.82% | - |
| XYZ | 37.75 | 36.36 | 5.38 | - |
| YUV | 153.67 | 48.05 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 12 | 0 | 0.27 | 0.94 | 0.18 | 42.94 | 0.89 | 0.43 |
| Hex | D1 | 99 | C | 0 | 1B | 5E | 12 | 2B | 59 | 2B |
| Octal | 321 | 231 | 14 | 0 | 33 | 136 | 22 | 53 | 131 | 53 |
| Binary | 11010001 | 10011001 | 1100 | 0 | 11011 | 1011110 | 10010 | 101011 | 1011001 | 101011 |
Color Harmonies of #D1990C
Complementary color
Monochromatic Colors of #D1990C
Black with #D1990C
Text Example
Text Example
White with #D1990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1990C; }
p { color: rgb(209,153,12); }
H1.HeaderClassName
{
color: #D1990C;
}
.AnyTagClassName
{
color: #D1990C;
}
</style>
background-color css
<style>
a { background-color: #D1990C; }
a { background-color: rgb(209,153,12); }
div.DivClassName
{
background-color: #D1990C;
}
.BgClassName
{
background-color: #D1990C;
}
</style>
border-color css
<style>
span { border-color: #D1990C; }
span { border-color: rgb(209,153,12); }
td.TdClassName
{
border-color: #D1990C;
}
.TagClassName
{
border-color: #D1990C;
}
</style>