Shades of Gamboge #D19510
Tints of Gamboge #D19510
RGB
CMYK
RGB Variations
Color information
#D19510 (or 0xD19510) is known color: Gamboge. HEX triplet: D1, 95 and 10. RGB value is (209,149,16). Sum of RGB (Red+Green+Blue) = 209+149+16=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D19510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19510 is #2E6AEF. Grayscale: #989898. Windows color (decimal): -3042032 or 1086929. OLE color: 1086929.
HSL color Cylindrical-coordinate representation of color #D19510: hue angle of 41.35º degrees, saturation: 0.86, 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 #D19510 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 16 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.18 |
| HSL | 41.35º | 0.86% | 0.44% | - |
| HSV(B) | 41.35º | 0.92% | 0.82% | - |
| XYZ | 37.14 | 35.09 | 5.31 | - |
| YUV | 151.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 16 | 0 | 0.29 | 0.92 | 0.18 | 41.35 | 0.86 | 0.44 |
| Hex | D1 | 95 | 10 | 0 | 1D | 5C | 12 | 29 | 56 | 2C |
| Octal | 321 | 225 | 20 | 0 | 35 | 134 | 22 | 51 | 126 | 54 |
| Binary | 11010001 | 10010101 | 10000 | 0 | 11101 | 1011100 | 10010 | 101001 | 1010110 | 101100 |
Color Harmonies of #D19510
Complementary color
Monochromatic Colors of #D19510
Black with #D19510
Text Example
Text Example
White with #D19510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19510; }
p { color: rgb(209,149,16); }
H1.HeaderClassName
{
color: #D19510;
}
.AnyTagClassName
{
color: #D19510;
}
</style>
background-color css
<style>
a { background-color: #D19510; }
a { background-color: rgb(209,149,16); }
div.DivClassName
{
background-color: #D19510;
}
.BgClassName
{
background-color: #D19510;
}
</style>
border-color css
<style>
span { border-color: #D19510; }
span { border-color: rgb(209,149,16); }
td.TdClassName
{
border-color: #D19510;
}
.TagClassName
{
border-color: #D19510;
}
</style>