Shades of Gamboge #D18C0E
Tints of Gamboge #D18C0E
RGB
CMYK
RGB Variations
Color information
#D18C0E (or 0xD18C0E) is known color: Gamboge. HEX triplet: D1, 8C and 0E. RGB value is (209,140,14). Sum of RGB (Red+Green+Blue) = 209+140+14=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18C0E is #2E73F1. Grayscale: #929292. Windows color (decimal): -3044338 or 953553. OLE color: 953553.
HSL color Cylindrical-coordinate representation of color #D18C0E: hue angle of 38.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D18C0E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 14 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.18 |
| HSL | 38.77º | 0.87% | 0.44% | - |
| HSV(B) | 38.77º | 0.93% | 0.82% | - |
| XYZ | 35.75 | 32.34 | 4.77 | - |
| YUV | 146.27 | 53.36 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 14 | 0 | 0.33 | 0.93 | 0.18 | 38.77 | 0.87 | 0.44 |
| Hex | D1 | 8C | E | 0 | 21 | 5D | 12 | 27 | 57 | 2C |
| Octal | 321 | 214 | 16 | 0 | 41 | 135 | 22 | 47 | 127 | 54 |
| Binary | 11010001 | 10001100 | 1110 | 0 | 100001 | 1011101 | 10010 | 100111 | 1010111 | 101100 |
Color Harmonies of #D18C0E
Complementary color
Monochromatic Colors of #D18C0E
Black with #D18C0E
Text Example
Text Example
White with #D18C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C0E; }
p { color: rgb(209,140,14); }
H1.HeaderClassName
{
color: #D18C0E;
}
.AnyTagClassName
{
color: #D18C0E;
}
</style>
background-color css
<style>
a { background-color: #D18C0E; }
a { background-color: rgb(209,140,14); }
div.DivClassName
{
background-color: #D18C0E;
}
.BgClassName
{
background-color: #D18C0E;
}
</style>
border-color css
<style>
span { border-color: #D18C0E; }
span { border-color: rgb(209,140,14); }
td.TdClassName
{
border-color: #D18C0E;
}
.TagClassName
{
border-color: #D18C0E;
}
</style>