Shades of Gamboge #D18C04
Tints of Gamboge #D18C04
RGB
CMYK
RGB Variations
Color information
#D18C04 (or 0xD18C04) is known color: Gamboge. HEX triplet: D1, 8C and 04. RGB value is (209,140,4). Sum of RGB (Red+Green+Blue) = 209+140+4=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18C04 is #2E73FB. Grayscale: #919191. Windows color (decimal): -3044348 or 298193. OLE color: 298193.
HSL color Cylindrical-coordinate representation of color #D18C04: hue angle of 39.8º 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 #D18C04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.18 |
| HSL | 39.8º | 0.96% | 0.42% | - |
| HSV(B) | 39.8º | 0.98% | 0.82% | - |
| XYZ | 35.69 | 32.32 | 4.47 | - |
| YUV | 145.13 | 48.36 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 4 | 0 | 0.33 | 0.98 | 0.18 | 39.8 | 0.96 | 0.42 |
| Hex | D1 | 8C | 4 | 0 | 21 | 62 | 12 | 28 | 60 | 2A |
| Octal | 321 | 214 | 4 | 0 | 41 | 142 | 22 | 50 | 140 | 52 |
| Binary | 11010001 | 10001100 | 100 | 0 | 100001 | 1100010 | 10010 | 101000 | 1100000 | 101010 |
Color Harmonies of #D18C04
Complementary color
Monochromatic Colors of #D18C04
Black with #D18C04
Text Example
Text Example
White with #D18C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C04; }
p { color: rgb(209,140,4); }
H1.HeaderClassName
{
color: #D18C04;
}
.AnyTagClassName
{
color: #D18C04;
}
</style>
background-color css
<style>
a { background-color: #D18C04; }
a { background-color: rgb(209,140,4); }
div.DivClassName
{
background-color: #D18C04;
}
.BgClassName
{
background-color: #D18C04;
}
</style>
border-color css
<style>
span { border-color: #D18C04; }
span { border-color: rgb(209,140,4); }
td.TdClassName
{
border-color: #D18C04;
}
.TagClassName
{
border-color: #D18C04;
}
</style>