Shades of Gamboge #D18B0F
Tints of Gamboge #D18B0F
RGB
CMYK
RGB Variations
Color information
#D18B0F (or 0xD18B0F) is known color: Gamboge. HEX triplet: D1, 8B and 0F. RGB value is (209,139,15). Sum of RGB (Red+Green+Blue) = 209+139+15=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B0F is #2E74F0. Grayscale: #929292. Windows color (decimal): -3044593 or 1018833. OLE color: 1018833.
HSL color Cylindrical-coordinate representation of color #D18B0F: hue angle of 38.35º 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 #D18B0F is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 15 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.18 |
| HSL | 38.35º | 0.87% | 0.44% | - |
| HSV(B) | 38.35º | 0.93% | 0.82% | - |
| XYZ | 35.61 | 32.06 | 4.76 | - |
| YUV | 145.79 | 54.19 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 15 | 0 | 0.33 | 0.93 | 0.18 | 38.35 | 0.87 | 0.44 |
| Hex | D1 | 8B | F | 0 | 21 | 5D | 12 | 26 | 57 | 2C |
| Octal | 321 | 213 | 17 | 0 | 41 | 135 | 22 | 46 | 127 | 54 |
| Binary | 11010001 | 10001011 | 1111 | 0 | 100001 | 1011101 | 10010 | 100110 | 1010111 | 101100 |
Color Harmonies of #D18B0F
Complementary color
Monochromatic Colors of #D18B0F
Black with #D18B0F
Text Example
Text Example
White with #D18B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B0F; }
p { color: rgb(209,139,15); }
H1.HeaderClassName
{
color: #D18B0F;
}
.AnyTagClassName
{
color: #D18B0F;
}
</style>
background-color css
<style>
a { background-color: #D18B0F; }
a { background-color: rgb(209,139,15); }
div.DivClassName
{
background-color: #D18B0F;
}
.BgClassName
{
background-color: #D18B0F;
}
</style>
border-color css
<style>
span { border-color: #D18B0F; }
span { border-color: rgb(209,139,15); }
td.TdClassName
{
border-color: #D18B0F;
}
.TagClassName
{
border-color: #D18B0F;
}
</style>