Shades of Gamboge #D19B11
Tints of Gamboge #D19B11
RGB
CMYK
RGB Variations
Color information
#D19B11 (or 0xD19B11) is known color: Gamboge. HEX triplet: D1, 9B and 11. RGB value is (209,155,17). Sum of RGB (Red+Green+Blue) = 209+155+17=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19B11 is #2E64EE. Grayscale: #9C9C9C. Windows color (decimal): -3040495 or 1154001. OLE color: 1154001.
HSL color Cylindrical-coordinate representation of color #D19B11: hue angle of 43.12º 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 #D19B11 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 17 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.18 |
| HSL | 43.13º | 0.85% | 0.44% | - |
| HSV(B) | 43.13º | 0.92% | 0.82% | - |
| XYZ | 38.12 | 37.04 | 5.67 | - |
| YUV | 155.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 17 | 0 | 0.26 | 0.92 | 0.18 | 43.13 | 0.85 | 0.44 |
| Hex | D1 | 9B | 11 | 0 | 1A | 5C | 12 | 2B | 55 | 2C |
| Octal | 321 | 233 | 21 | 0 | 32 | 134 | 22 | 53 | 125 | 54 |
| Binary | 11010001 | 10011011 | 10001 | 0 | 11010 | 1011100 | 10010 | 101011 | 1010101 | 101100 |
Color Harmonies of #D19B11
Complementary color
Monochromatic Colors of #D19B11
Black with #D19B11
Text Example
Text Example
White with #D19B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B11; }
p { color: rgb(209,155,17); }
H1.HeaderClassName
{
color: #D19B11;
}
.AnyTagClassName
{
color: #D19B11;
}
</style>
background-color css
<style>
a { background-color: #D19B11; }
a { background-color: rgb(209,155,17); }
div.DivClassName
{
background-color: #D19B11;
}
.BgClassName
{
background-color: #D19B11;
}
</style>
border-color css
<style>
span { border-color: #D19B11; }
span { border-color: rgb(209,155,17); }
td.TdClassName
{
border-color: #D19B11;
}
.TagClassName
{
border-color: #D19B11;
}
</style>