Shades of Gamboge #D18D07
Tints of Gamboge #D18D07
RGB
CMYK
RGB Variations
Color information
#D18D07 (or 0xD18D07) is known color: Gamboge. HEX triplet: D1, 8D and 07. RGB value is (209,141,7). Sum of RGB (Red+Green+Blue) = 209+141+7=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18D07 is #2E72F8. Grayscale: #929292. Windows color (decimal): -3044089 or 495057. OLE color: 495057.
HSL color Cylindrical-coordinate representation of color #D18D07: hue angle of 39.8º 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 #D18D07 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 7 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.18 |
| HSL | 39.8º | 0.94% | 0.42% | - |
| HSV(B) | 39.8º | 0.97% | 0.82% | - |
| XYZ | 35.86 | 32.62 | 4.61 | - |
| YUV | 146.06 | 49.53 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 7 | 0 | 0.33 | 0.97 | 0.18 | 39.8 | 0.94 | 0.42 |
| Hex | D1 | 8D | 7 | 0 | 21 | 61 | 12 | 28 | 5E | 2A |
| Octal | 321 | 215 | 7 | 0 | 41 | 141 | 22 | 50 | 136 | 52 |
| Binary | 11010001 | 10001101 | 111 | 0 | 100001 | 1100001 | 10010 | 101000 | 1011110 | 101010 |
Color Harmonies of #D18D07
Complementary color
Monochromatic Colors of #D18D07
Black with #D18D07
Text Example
Text Example
White with #D18D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18D07; }
p { color: rgb(209,141,7); }
H1.HeaderClassName
{
color: #D18D07;
}
.AnyTagClassName
{
color: #D18D07;
}
</style>
background-color css
<style>
a { background-color: #D18D07; }
a { background-color: rgb(209,141,7); }
div.DivClassName
{
background-color: #D18D07;
}
.BgClassName
{
background-color: #D18D07;
}
</style>
border-color css
<style>
span { border-color: #D18D07; }
span { border-color: rgb(209,141,7); }
td.TdClassName
{
border-color: #D18D07;
}
.TagClassName
{
border-color: #D18D07;
}
</style>