Shades of Gamboge #D19F03
Tints of Gamboge #D19F03
RGB
CMYK
RGB Variations
Color information
#D19F03 (or 0xD19F03) is known color: Gamboge. HEX triplet: D1, 9F and 03. RGB value is (209,159,3). Sum of RGB (Red+Green+Blue) = 209+159+3=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19F03 is #2E60FC. Grayscale: #9C9C9C. Windows color (decimal): -3039485 or 237521. OLE color: 237521.
HSL color Cylindrical-coordinate representation of color #D19F03: hue angle of 45.44º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D19F03 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.18 |
| HSL | 45.44º | 0.97% | 0.42% | - |
| HSV(B) | 45.44º | 0.99% | 0.82% | - |
| XYZ | 38.71 | 38.36 | 5.45 | - |
| YUV | 156.17 | 41.57 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 3 | 0 | 0.24 | 0.99 | 0.18 | 45.44 | 0.97 | 0.42 |
| Hex | D1 | 9F | 3 | 0 | 18 | 63 | 12 | 2D | 61 | 2A |
| Octal | 321 | 237 | 3 | 0 | 30 | 143 | 22 | 55 | 141 | 52 |
| Binary | 11010001 | 10011111 | 11 | 0 | 11000 | 1100011 | 10010 | 101101 | 1100001 | 101010 |
Color Harmonies of #D19F03
Complementary color
Monochromatic Colors of #D19F03
Black with #D19F03
Text Example
Text Example
White with #D19F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F03; }
p { color: rgb(209,159,3); }
H1.HeaderClassName
{
color: #D19F03;
}
.AnyTagClassName
{
color: #D19F03;
}
</style>
background-color css
<style>
a { background-color: #D19F03; }
a { background-color: rgb(209,159,3); }
div.DivClassName
{
background-color: #D19F03;
}
.BgClassName
{
background-color: #D19F03;
}
</style>
border-color css
<style>
span { border-color: #D19F03; }
span { border-color: rgb(209,159,3); }
td.TdClassName
{
border-color: #D19F03;
}
.TagClassName
{
border-color: #D19F03;
}
</style>