Shades of Gamboge #D19B0C
Tints of Gamboge #D19B0C
RGB
CMYK
RGB Variations
Color information
#D19B0C (or 0xD19B0C) is known color: Gamboge. HEX triplet: D1, 9B and 0C. RGB value is (209,155,12). Sum of RGB (Red+Green+Blue) = 209+155+12=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19B0C is #2E64F3. Grayscale: #9B9B9B. Windows color (decimal): -3040500 or 826321. OLE color: 826321.
HSL color Cylindrical-coordinate representation of color #D19B0C: hue angle of 43.55º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D19B0C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.18 |
| HSL | 43.55º | 0.89% | 0.43% | - |
| HSV(B) | 43.55º | 0.94% | 0.82% | - |
| XYZ | 38.08 | 37.02 | 5.49 | - |
| YUV | 154.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 12 | 0 | 0.26 | 0.94 | 0.18 | 43.55 | 0.89 | 0.43 |
| Hex | D1 | 9B | C | 0 | 1A | 5E | 12 | 2C | 59 | 2B |
| Octal | 321 | 233 | 14 | 0 | 32 | 136 | 22 | 54 | 131 | 53 |
| Binary | 11010001 | 10011011 | 1100 | 0 | 11010 | 1011110 | 10010 | 101100 | 1011001 | 101011 |
Color Harmonies of #D19B0C
Complementary color
Monochromatic Colors of #D19B0C
Black with #D19B0C
Text Example
Text Example
White with #D19B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19B0C; }
p { color: rgb(209,155,12); }
H1.HeaderClassName
{
color: #D19B0C;
}
.AnyTagClassName
{
color: #D19B0C;
}
</style>
background-color css
<style>
a { background-color: #D19B0C; }
a { background-color: rgb(209,155,12); }
div.DivClassName
{
background-color: #D19B0C;
}
.BgClassName
{
background-color: #D19B0C;
}
</style>
border-color css
<style>
span { border-color: #D19B0C; }
span { border-color: rgb(209,155,12); }
td.TdClassName
{
border-color: #D19B0C;
}
.TagClassName
{
border-color: #D19B0C;
}
</style>