Shades of Gamboge #D19104
Tints of Gamboge #D19104
RGB
CMYK
RGB Variations
Color information
#D19104 (or 0xD19104) is known color: Gamboge. HEX triplet: D1, 91 and 04. RGB value is (209,145,4). Sum of RGB (Red+Green+Blue) = 209+145+4=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D19104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19104 is #2E6EFB. Grayscale: #949494. Windows color (decimal): -3043068 or 299473. OLE color: 299473.
HSL color Cylindrical-coordinate representation of color #D19104: hue angle of 41.27º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D19104 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.18 |
| HSL | 41.27º | 0.96% | 0.42% | - |
| HSV(B) | 41.27º | 0.98% | 0.82% | - |
| XYZ | 36.44 | 33.81 | 4.72 | - |
| YUV | 148.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 4 | 0 | 0.31 | 0.98 | 0.18 | 41.27 | 0.96 | 0.42 |
| Hex | D1 | 91 | 4 | 0 | 1F | 62 | 12 | 29 | 60 | 2A |
| Octal | 321 | 221 | 4 | 0 | 37 | 142 | 22 | 51 | 140 | 52 |
| Binary | 11010001 | 10010001 | 100 | 0 | 11111 | 1100010 | 10010 | 101001 | 1100000 | 101010 |
Color Harmonies of #D19104
Complementary color
Monochromatic Colors of #D19104
Black with #D19104
Text Example
Text Example
White with #D19104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19104; }
p { color: rgb(209,145,4); }
H1.HeaderClassName
{
color: #D19104;
}
.AnyTagClassName
{
color: #D19104;
}
</style>
background-color css
<style>
a { background-color: #D19104; }
a { background-color: rgb(209,145,4); }
div.DivClassName
{
background-color: #D19104;
}
.BgClassName
{
background-color: #D19104;
}
</style>
border-color css
<style>
span { border-color: #D19104; }
span { border-color: rgb(209,145,4); }
td.TdClassName
{
border-color: #D19104;
}
.TagClassName
{
border-color: #D19104;
}
</style>