Shades of Gamboge #D19112
Tints of Gamboge #D19112
RGB
CMYK
RGB Variations
Color information
#D19112 (or 0xD19112) is known color: Gamboge. HEX triplet: D1, 91 and 12. RGB value is (209,145,18). Sum of RGB (Red+Green+Blue) = 209+145+18=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D19112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19112 is #2E6EED. Grayscale: #969696. Windows color (decimal): -3043054 or 1216977. OLE color: 1216977.
HSL color Cylindrical-coordinate representation of color #D19112: hue angle of 39.9º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D19112 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 18 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.18 |
| HSL | 39.9º | 0.84% | 0.45% | - |
| HSV(B) | 39.9º | 0.91% | 0.82% | - |
| XYZ | 36.53 | 33.85 | 5.18 | - |
| YUV | 149.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 18 | 0 | 0.31 | 0.91 | 0.18 | 39.9 | 0.84 | 0.45 |
| Hex | D1 | 91 | 12 | 0 | 1F | 5B | 12 | 28 | 54 | 2D |
| Octal | 321 | 221 | 22 | 0 | 37 | 133 | 22 | 50 | 124 | 55 |
| Binary | 11010001 | 10010001 | 10010 | 0 | 11111 | 1011011 | 10010 | 101000 | 1010100 | 101101 |
Color Harmonies of #D19112
Complementary color
Monochromatic Colors of #D19112
Black with #D19112
Text Example
Text Example
White with #D19112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19112; }
p { color: rgb(209,145,18); }
H1.HeaderClassName
{
color: #D19112;
}
.AnyTagClassName
{
color: #D19112;
}
</style>
background-color css
<style>
a { background-color: #D19112; }
a { background-color: rgb(209,145,18); }
div.DivClassName
{
background-color: #D19112;
}
.BgClassName
{
background-color: #D19112;
}
</style>
border-color css
<style>
span { border-color: #D19112; }
span { border-color: rgb(209,145,18); }
td.TdClassName
{
border-color: #D19112;
}
.TagClassName
{
border-color: #D19112;
}
</style>