Shades of Gamboge #D18C07
Tints of Gamboge #D18C07
RGB
CMYK
RGB Variations
Color information
#D18C07 (or 0xD18C07) is known color: Gamboge. HEX triplet: D1, 8C and 07. RGB value is (209,140,7). Sum of RGB (Red+Green+Blue) = 209+140+7=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18C07 is #2E73F8. Grayscale: #929292. Windows color (decimal): -3044345 or 494801. OLE color: 494801.
HSL color Cylindrical-coordinate representation of color #D18C07: hue angle of 39.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D18C07 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 7 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.18 |
| HSL | 39.5º | 0.94% | 0.42% | - |
| HSV(B) | 39.5º | 0.97% | 0.82% | - |
| XYZ | 35.71 | 32.33 | 4.56 | - |
| YUV | 145.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 7 | 0 | 0.33 | 0.97 | 0.18 | 39.5 | 0.94 | 0.42 |
| Hex | D1 | 8C | 7 | 0 | 21 | 61 | 12 | 28 | 5E | 2A |
| Octal | 321 | 214 | 7 | 0 | 41 | 141 | 22 | 50 | 136 | 52 |
| Binary | 11010001 | 10001100 | 111 | 0 | 100001 | 1100001 | 10010 | 101000 | 1011110 | 101010 |
Color Harmonies of #D18C07
Complementary color
Monochromatic Colors of #D18C07
Black with #D18C07
Text Example
Text Example
White with #D18C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C07; }
p { color: rgb(209,140,7); }
H1.HeaderClassName
{
color: #D18C07;
}
.AnyTagClassName
{
color: #D18C07;
}
</style>
background-color css
<style>
a { background-color: #D18C07; }
a { background-color: rgb(209,140,7); }
div.DivClassName
{
background-color: #D18C07;
}
.BgClassName
{
background-color: #D18C07;
}
</style>
border-color css
<style>
span { border-color: #D18C07; }
span { border-color: rgb(209,140,7); }
td.TdClassName
{
border-color: #D18C07;
}
.TagClassName
{
border-color: #D18C07;
}
</style>