Shades of Gamboge #D19F08
Tints of Gamboge #D19F08
RGB
CMYK
RGB Variations
Color information
#D19F08 (or 0xD19F08) is known color: Gamboge. HEX triplet: D1, 9F and 08. RGB value is (209,159,8). Sum of RGB (Red+Green+Blue) = 209+159+8=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19F08 is #2E60F7. Grayscale: #9D9D9D. Windows color (decimal): -3039480 or 565201. OLE color: 565201.
HSL color Cylindrical-coordinate representation of color #D19F08: hue angle of 45.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D19F08 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.18 |
| HSL | 45.07º | 0.93% | 0.43% | - |
| HSV(B) | 45.07º | 0.96% | 0.82% | - |
| XYZ | 38.74 | 38.37 | 5.59 | - |
| YUV | 156.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 8 | 0 | 0.24 | 0.96 | 0.18 | 45.07 | 0.93 | 0.43 |
| Hex | D1 | 9F | 8 | 0 | 18 | 60 | 12 | 2D | 5D | 2B |
| Octal | 321 | 237 | 10 | 0 | 30 | 140 | 22 | 55 | 135 | 53 |
| Binary | 11010001 | 10011111 | 1000 | 0 | 11000 | 1100000 | 10010 | 101101 | 1011101 | 101011 |
Color Harmonies of #D19F08
Complementary color
Monochromatic Colors of #D19F08
Black with #D19F08
Text Example
Text Example
White with #D19F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F08; }
p { color: rgb(209,159,8); }
H1.HeaderClassName
{
color: #D19F08;
}
.AnyTagClassName
{
color: #D19F08;
}
</style>
background-color css
<style>
a { background-color: #D19F08; }
a { background-color: rgb(209,159,8); }
div.DivClassName
{
background-color: #D19F08;
}
.BgClassName
{
background-color: #D19F08;
}
</style>
border-color css
<style>
span { border-color: #D19F08; }
span { border-color: rgb(209,159,8); }
td.TdClassName
{
border-color: #D19F08;
}
.TagClassName
{
border-color: #D19F08;
}
</style>