Shades of Gamboge #D18B0D
Tints of Gamboge #D18B0D
RGB
CMYK
RGB Variations
Color information
#D18B0D (or 0xD18B0D) is known color: Gamboge. HEX triplet: D1, 8B and 0D. RGB value is (209,139,13). Sum of RGB (Red+Green+Blue) = 209+139+13=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B0D is #2E74F2. Grayscale: #929292. Windows color (decimal): -3044595 or 887761. OLE color: 887761.
HSL color Cylindrical-coordinate representation of color #D18B0D: hue angle of 38.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D18B0D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.18 |
| HSL | 38.57º | 0.88% | 0.44% | - |
| HSV(B) | 38.57º | 0.94% | 0.82% | - |
| XYZ | 35.6 | 32.05 | 4.69 | - |
| YUV | 145.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 13 | 0 | 0.33 | 0.94 | 0.18 | 38.57 | 0.88 | 0.44 |
| Hex | D1 | 8B | D | 0 | 21 | 5E | 12 | 27 | 58 | 2C |
| Octal | 321 | 213 | 15 | 0 | 41 | 136 | 22 | 47 | 130 | 54 |
| Binary | 11010001 | 10001011 | 1101 | 0 | 100001 | 1011110 | 10010 | 100111 | 1011000 | 101100 |
Color Harmonies of #D18B0D
Complementary color
Monochromatic Colors of #D18B0D
Black with #D18B0D
Text Example
Text Example
White with #D18B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B0D; }
p { color: rgb(209,139,13); }
H1.HeaderClassName
{
color: #D18B0D;
}
.AnyTagClassName
{
color: #D18B0D;
}
</style>
background-color css
<style>
a { background-color: #D18B0D; }
a { background-color: rgb(209,139,13); }
div.DivClassName
{
background-color: #D18B0D;
}
.BgClassName
{
background-color: #D18B0D;
}
</style>
border-color css
<style>
span { border-color: #D18B0D; }
span { border-color: rgb(209,139,13); }
td.TdClassName
{
border-color: #D18B0D;
}
.TagClassName
{
border-color: #D18B0D;
}
</style>