Shades of Gamboge #D18F0D
Tints of Gamboge #D18F0D
RGB
CMYK
RGB Variations
Color information
#D18F0D (or 0xD18F0D) is known color: Gamboge. HEX triplet: D1, 8F and 0D. RGB value is (209,143,13). Sum of RGB (Red+Green+Blue) = 209+143+13=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18F0D is #2E70F2. Grayscale: #949494. Windows color (decimal): -3043571 or 888785. OLE color: 888785.
HSL color Cylindrical-coordinate representation of color #D18F0D: hue angle of 39.8º 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 #D18F0D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.18 |
| HSL | 39.8º | 0.88% | 0.44% | - |
| HSV(B) | 39.8º | 0.94% | 0.82% | - |
| XYZ | 36.19 | 33.23 | 4.89 | - |
| YUV | 147.91 | 51.87 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 13 | 0 | 0.32 | 0.94 | 0.18 | 39.8 | 0.88 | 0.44 |
| Hex | D1 | 8F | D | 0 | 20 | 5E | 12 | 28 | 58 | 2C |
| Octal | 321 | 217 | 15 | 0 | 40 | 136 | 22 | 50 | 130 | 54 |
| Binary | 11010001 | 10001111 | 1101 | 0 | 100000 | 1011110 | 10010 | 101000 | 1011000 | 101100 |
Color Harmonies of #D18F0D
Complementary color
Monochromatic Colors of #D18F0D
Black with #D18F0D
Text Example
Text Example
White with #D18F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F0D; }
p { color: rgb(209,143,13); }
H1.HeaderClassName
{
color: #D18F0D;
}
.AnyTagClassName
{
color: #D18F0D;
}
</style>
background-color css
<style>
a { background-color: #D18F0D; }
a { background-color: rgb(209,143,13); }
div.DivClassName
{
background-color: #D18F0D;
}
.BgClassName
{
background-color: #D18F0D;
}
</style>
border-color css
<style>
span { border-color: #D18F0D; }
span { border-color: rgb(209,143,13); }
td.TdClassName
{
border-color: #D18F0D;
}
.TagClassName
{
border-color: #D18F0D;
}
</style>