Shades of Gamboge #D18B12
Tints of Gamboge #D18B12
RGB
CMYK
RGB Variations
Color information
#D18B12 (or 0xD18B12) is known color: Gamboge. HEX triplet: D1, 8B and 12. RGB value is (209,139,18). Sum of RGB (Red+Green+Blue) = 209+139+18=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B12 is #2E74ED. Grayscale: #929292. Windows color (decimal): -3044590 or 1215441. OLE color: 1215441.
HSL color Cylindrical-coordinate representation of color #D18B12: hue angle of 38.01º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D18B12 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 18 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.18 |
| HSL | 38.01º | 0.84% | 0.45% | - |
| HSV(B) | 38.01º | 0.91% | 0.82% | - |
| XYZ | 35.64 | 32.06 | 4.88 | - |
| YUV | 146.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 18 | 0 | 0.33 | 0.91 | 0.18 | 38.01 | 0.84 | 0.45 |
| Hex | D1 | 8B | 12 | 0 | 21 | 5B | 12 | 26 | 54 | 2D |
| Octal | 321 | 213 | 22 | 0 | 41 | 133 | 22 | 46 | 124 | 55 |
| Binary | 11010001 | 10001011 | 10010 | 0 | 100001 | 1011011 | 10010 | 100110 | 1010100 | 101101 |
Color Harmonies of #D18B12
Complementary color
Monochromatic Colors of #D18B12
Black with #D18B12
Text Example
Text Example
White with #D18B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B12; }
p { color: rgb(209,139,18); }
H1.HeaderClassName
{
color: #D18B12;
}
.AnyTagClassName
{
color: #D18B12;
}
</style>
background-color css
<style>
a { background-color: #D18B12; }
a { background-color: rgb(209,139,18); }
div.DivClassName
{
background-color: #D18B12;
}
.BgClassName
{
background-color: #D18B12;
}
</style>
border-color css
<style>
span { border-color: #D18B12; }
span { border-color: rgb(209,139,18); }
td.TdClassName
{
border-color: #D18B12;
}
.TagClassName
{
border-color: #D18B12;
}
</style>