Shades of Gamboge #D19004
Tints of Gamboge #D19004
RGB
CMYK
RGB Variations
Color information
#D19004 (or 0xD19004) is known color: Gamboge. HEX triplet: D1, 90 and 04. RGB value is (209,144,4). Sum of RGB (Red+Green+Blue) = 209+144+4=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D19004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19004 is #2E6FFB. Grayscale: #949494. Windows color (decimal): -3043324 or 299217. OLE color: 299217.
HSL color Cylindrical-coordinate representation of color #D19004: hue angle of 40.98º 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 #D19004 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.18 |
| HSL | 40.98º | 0.96% | 0.42% | - |
| HSV(B) | 40.98º | 0.98% | 0.82% | - |
| XYZ | 36.29 | 33.51 | 4.67 | - |
| YUV | 147.48 | 47.03 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 4 | 0 | 0.31 | 0.98 | 0.18 | 40.98 | 0.96 | 0.42 |
| Hex | D1 | 90 | 4 | 0 | 1F | 62 | 12 | 29 | 60 | 2A |
| Octal | 321 | 220 | 4 | 0 | 37 | 142 | 22 | 51 | 140 | 52 |
| Binary | 11010001 | 10010000 | 100 | 0 | 11111 | 1100010 | 10010 | 101001 | 1100000 | 101010 |
Color Harmonies of #D19004
Complementary color
Monochromatic Colors of #D19004
Black with #D19004
Text Example
Text Example
White with #D19004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19004; }
p { color: rgb(209,144,4); }
H1.HeaderClassName
{
color: #D19004;
}
.AnyTagClassName
{
color: #D19004;
}
</style>
background-color css
<style>
a { background-color: #D19004; }
a { background-color: rgb(209,144,4); }
div.DivClassName
{
background-color: #D19004;
}
.BgClassName
{
background-color: #D19004;
}
</style>
border-color css
<style>
span { border-color: #D19004; }
span { border-color: rgb(209,144,4); }
td.TdClassName
{
border-color: #D19004;
}
.TagClassName
{
border-color: #D19004;
}
</style>