Shades of Gamboge #D19C00
Tints of Gamboge #D19C00
RGB
CMYK
RGB Variations
Color information
#D19C00 (or 0xD19C00) is known color: Gamboge. HEX triplet: D1, 9C and 00. RGB value is (209,156,0). Sum of RGB (Red+Green+Blue) = 209+156+0=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19C00 is #2E63FF. Grayscale: #9A9A9A. Windows color (decimal): -3040256 or 40145. OLE color: 40145.
HSL color Cylindrical-coordinate representation of color #D19C00: hue angle of 44.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D19C00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.18 |
| HSL | 44.78º | 1% | 0.41% | - |
| HSV(B) | 44.78º | 1% | 0.82% | - |
| XYZ | 38.18 | 37.33 | 5.19 | - |
| YUV | 154.06 | 41.06 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 0 | 0 | 0.25 | 1 | 0.18 | 44.78 | 1 | 0.41 |
| Hex | D1 | 9C | 0 | 0 | 19 | 64 | 12 | 2D | 64 | 29 |
| Octal | 321 | 234 | 0 | 0 | 31 | 144 | 22 | 55 | 144 | 51 |
| Binary | 11010001 | 10011100 | 0 | 0 | 11001 | 1100100 | 10010 | 101101 | 1100100 | 101001 |
Color Harmonies of #D19C00
Complementary color
Monochromatic Colors of #D19C00
Black with #D19C00
Text Example
Text Example
White with #D19C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C00; }
p { color: rgb(209,156,0); }
H1.HeaderClassName
{
color: #D19C00;
}
.AnyTagClassName
{
color: #D19C00;
}
</style>
background-color css
<style>
a { background-color: #D19C00; }
a { background-color: rgb(209,156,0); }
div.DivClassName
{
background-color: #D19C00;
}
.BgClassName
{
background-color: #D19C00;
}
</style>
border-color css
<style>
span { border-color: #D19C00; }
span { border-color: rgb(209,156,0); }
td.TdClassName
{
border-color: #D19C00;
}
.TagClassName
{
border-color: #D19C00;
}
</style>