Shades of Gamboge #D1980F
Tints of Gamboge #D1980F
RGB
CMYK
RGB Variations
Color information
#D1980F (or 0xD1980F) is known color: Gamboge. HEX triplet: D1, 98 and 0F. RGB value is (209,152,15). Sum of RGB (Red+Green+Blue) = 209+152+15=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1980F is #2E67F0. Grayscale: #9A9A9A. Windows color (decimal): -3041265 or 1022161. OLE color: 1022161.
HSL color Cylindrical-coordinate representation of color #D1980F: hue angle of 42.37º 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 #D1980F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.18 |
| HSL | 42.37º | 0.87% | 0.44% | - |
| HSV(B) | 42.37º | 0.93% | 0.82% | - |
| XYZ | 37.61 | 36.05 | 5.43 | - |
| YUV | 153.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 15 | 0 | 0.27 | 0.93 | 0.18 | 42.37 | 0.87 | 0.44 |
| Hex | D1 | 98 | F | 0 | 1B | 5D | 12 | 2A | 57 | 2C |
| Octal | 321 | 230 | 17 | 0 | 33 | 135 | 22 | 52 | 127 | 54 |
| Binary | 11010001 | 10011000 | 1111 | 0 | 11011 | 1011101 | 10010 | 101010 | 1010111 | 101100 |
Color Harmonies of #D1980F
Complementary color
Monochromatic Colors of #D1980F
Black with #D1980F
Text Example
Text Example
White with #D1980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1980F; }
p { color: rgb(209,152,15); }
H1.HeaderClassName
{
color: #D1980F;
}
.AnyTagClassName
{
color: #D1980F;
}
</style>
background-color css
<style>
a { background-color: #D1980F; }
a { background-color: rgb(209,152,15); }
div.DivClassName
{
background-color: #D1980F;
}
.BgClassName
{
background-color: #D1980F;
}
</style>
border-color css
<style>
span { border-color: #D1980F; }
span { border-color: rgb(209,152,15); }
td.TdClassName
{
border-color: #D1980F;
}
.TagClassName
{
border-color: #D1980F;
}
</style>