Shades of Gamboge #D19A00
Tints of Gamboge #D19A00
RGB
CMYK
RGB Variations
Color information
#D19A00 (or 0xD19A00) is known color: Gamboge. HEX triplet: D1, 9A and 00. RGB value is (209,154,0). Sum of RGB (Red+Green+Blue) = 209+154+0=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19A00 is #2E65FF. Grayscale: #999999. Windows color (decimal): -3040768 or 39633. OLE color: 39633.
HSL color Cylindrical-coordinate representation of color #D19A00: hue angle of 44.21º 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 #D19A00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.18 |
| HSL | 44.21º | 1% | 0.41% | - |
| HSV(B) | 44.21º | 1% | 0.82% | - |
| XYZ | 37.85 | 36.67 | 5.08 | - |
| YUV | 152.89 | 41.72 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 0 | 0 | 0.26 | 1 | 0.18 | 44.21 | 1 | 0.41 |
| Hex | D1 | 9A | 0 | 0 | 1A | 64 | 12 | 2C | 64 | 29 |
| Octal | 321 | 232 | 0 | 0 | 32 | 144 | 22 | 54 | 144 | 51 |
| Binary | 11010001 | 10011010 | 0 | 0 | 11010 | 1100100 | 10010 | 101100 | 1100100 | 101001 |
Color Harmonies of #D19A00
Complementary color
Monochromatic Colors of #D19A00
Black with #D19A00
Text Example
Text Example
White with #D19A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A00; }
p { color: rgb(209,154,0); }
H1.HeaderClassName
{
color: #D19A00;
}
.AnyTagClassName
{
color: #D19A00;
}
</style>
background-color css
<style>
a { background-color: #D19A00; }
a { background-color: rgb(209,154,0); }
div.DivClassName
{
background-color: #D19A00;
}
.BgClassName
{
background-color: #D19A00;
}
</style>
border-color css
<style>
span { border-color: #D19A00; }
span { border-color: rgb(209,154,0); }
td.TdClassName
{
border-color: #D19A00;
}
.TagClassName
{
border-color: #D19A00;
}
</style>