Shades of Gamboge #D1990F
Tints of Gamboge #D1990F
RGB
CMYK
RGB Variations
Color information
#D1990F (or 0xD1990F) is known color: Gamboge. HEX triplet: D1, 99 and 0F. RGB value is (209,153,15). Sum of RGB (Red+Green+Blue) = 209+153+15=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1990F is #2E66F0. Grayscale: #9A9A9A. Windows color (decimal): -3041009 or 1022417. OLE color: 1022417.
HSL color Cylindrical-coordinate representation of color #D1990F: hue angle of 42.68º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1990F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.18 |
| HSL | 42.68º | 0.87% | 0.44% | - |
| HSV(B) | 42.68º | 0.93% | 0.82% | - |
| XYZ | 37.77 | 36.37 | 5.48 | - |
| YUV | 154.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 15 | 0 | 0.27 | 0.93 | 0.18 | 42.68 | 0.87 | 0.44 |
| Hex | D1 | 99 | F | 0 | 1B | 5D | 12 | 2B | 57 | 2C |
| Octal | 321 | 231 | 17 | 0 | 33 | 135 | 22 | 53 | 127 | 54 |
| Binary | 11010001 | 10011001 | 1111 | 0 | 11011 | 1011101 | 10010 | 101011 | 1010111 | 101100 |
Color Harmonies of #D1990F
Complementary color
Monochromatic Colors of #D1990F
Black with #D1990F
Text Example
Text Example
White with #D1990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1990F; }
p { color: rgb(209,153,15); }
H1.HeaderClassName
{
color: #D1990F;
}
.AnyTagClassName
{
color: #D1990F;
}
</style>
background-color css
<style>
a { background-color: #D1990F; }
a { background-color: rgb(209,153,15); }
div.DivClassName
{
background-color: #D1990F;
}
.BgClassName
{
background-color: #D1990F;
}
</style>
border-color css
<style>
span { border-color: #D1990F; }
span { border-color: rgb(209,153,15); }
td.TdClassName
{
border-color: #D1990F;
}
.TagClassName
{
border-color: #D1990F;
}
</style>