Shades of Gamboge #D18A0D
Tints of Gamboge #D18A0D
RGB
CMYK
RGB Variations
Color information
#D18A0D (or 0xD18A0D) is known color: Gamboge. HEX triplet: D1, 8A and 0D. RGB value is (209,138,13). Sum of RGB (Red+Green+Blue) = 209+138+13=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A0D is #2E75F2. Grayscale: #919191. Windows color (decimal): -3044851 or 887505. OLE color: 887505.
HSL color Cylindrical-coordinate representation of color #D18A0D: hue angle of 38.27º 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 #D18A0D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.18 |
| HSL | 38.27º | 0.88% | 0.44% | - |
| HSV(B) | 38.27º | 0.94% | 0.82% | - |
| XYZ | 35.46 | 31.76 | 4.64 | - |
| YUV | 144.98 | 53.52 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 13 | 0 | 0.34 | 0.94 | 0.18 | 38.27 | 0.88 | 0.44 |
| Hex | D1 | 8A | D | 0 | 22 | 5E | 12 | 26 | 58 | 2C |
| Octal | 321 | 212 | 15 | 0 | 42 | 136 | 22 | 46 | 130 | 54 |
| Binary | 11010001 | 10001010 | 1101 | 0 | 100010 | 1011110 | 10010 | 100110 | 1011000 | 101100 |
Color Harmonies of #D18A0D
Complementary color
Monochromatic Colors of #D18A0D
Black with #D18A0D
Text Example
Text Example
White with #D18A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A0D; }
p { color: rgb(209,138,13); }
H1.HeaderClassName
{
color: #D18A0D;
}
.AnyTagClassName
{
color: #D18A0D;
}
</style>
background-color css
<style>
a { background-color: #D18A0D; }
a { background-color: rgb(209,138,13); }
div.DivClassName
{
background-color: #D18A0D;
}
.BgClassName
{
background-color: #D18A0D;
}
</style>
border-color css
<style>
span { border-color: #D18A0D; }
span { border-color: rgb(209,138,13); }
td.TdClassName
{
border-color: #D18A0D;
}
.TagClassName
{
border-color: #D18A0D;
}
</style>