Shades of Gamboge #D19E11
Tints of Gamboge #D19E11
RGB
CMYK
RGB Variations
Color information
#D19E11 (or 0xD19E11) is known color: Gamboge. HEX triplet: D1, 9E and 11. RGB value is (209,158,17). Sum of RGB (Red+Green+Blue) = 209+158+17=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19E11 is #2E61EE. Grayscale: #9D9D9D. Windows color (decimal): -3039727 or 1154769. OLE color: 1154769.
HSL color Cylindrical-coordinate representation of color #D19E11: hue angle of 44.06º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D19E11 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 17 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.18 |
| HSL | 44.06º | 0.85% | 0.44% | - |
| HSV(B) | 44.06º | 0.92% | 0.82% | - |
| XYZ | 38.62 | 38.05 | 5.84 | - |
| YUV | 157.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 17 | 0 | 0.24 | 0.92 | 0.18 | 44.06 | 0.85 | 0.44 |
| Hex | D1 | 9E | 11 | 0 | 18 | 5C | 12 | 2C | 55 | 2C |
| Octal | 321 | 236 | 21 | 0 | 30 | 134 | 22 | 54 | 125 | 54 |
| Binary | 11010001 | 10011110 | 10001 | 0 | 11000 | 1011100 | 10010 | 101100 | 1010101 | 101100 |
Color Harmonies of #D19E11
Complementary color
Monochromatic Colors of #D19E11
Black with #D19E11
Text Example
Text Example
White with #D19E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E11; }
p { color: rgb(209,158,17); }
H1.HeaderClassName
{
color: #D19E11;
}
.AnyTagClassName
{
color: #D19E11;
}
</style>
background-color css
<style>
a { background-color: #D19E11; }
a { background-color: rgb(209,158,17); }
div.DivClassName
{
background-color: #D19E11;
}
.BgClassName
{
background-color: #D19E11;
}
</style>
border-color css
<style>
span { border-color: #D19E11; }
span { border-color: rgb(209,158,17); }
td.TdClassName
{
border-color: #D19E11;
}
.TagClassName
{
border-color: #D19E11;
}
</style>