Shades of Gamboge #D39D0E
Tints of Gamboge #D39D0E
RGB
CMYK
RGB Variations
Color information
#D39D0E (or 0xD39D0E) is known color: Gamboge. HEX triplet: D3, 9D and 0E. RGB value is (211,157,14). Sum of RGB (Red+Green+Blue) = 211+157+14=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39D0E is #2C62F1. Grayscale: #9D9D9D. Windows color (decimal): -2908914 or 957907. OLE color: 957907.
HSL color Cylindrical-coordinate representation of color #D39D0E: hue angle of 43.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D39D0E is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 14 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.17 |
| HSL | 43.55º | 0.88% | 0.44% | - |
| HSV(B) | 43.55º | 0.93% | 0.83% | - |
| XYZ | 39 | 37.99 | 5.69 | - |
| YUV | 156.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 14 | 0 | 0.26 | 0.93 | 0.17 | 43.55 | 0.88 | 0.44 |
| Hex | D3 | 9D | E | 0 | 1A | 5D | 11 | 2C | 58 | 2C |
| Octal | 323 | 235 | 16 | 0 | 32 | 135 | 21 | 54 | 130 | 54 |
| Binary | 11010011 | 10011101 | 1110 | 0 | 11010 | 1011101 | 10001 | 101100 | 1011000 | 101100 |
Color Harmonies of #D39D0E
Complementary color
Monochromatic Colors of #D39D0E
Black with #D39D0E
Text Example
Text Example
White with #D39D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39D0E; }
p { color: rgb(211,157,14); }
H1.HeaderClassName
{
color: #D39D0E;
}
.AnyTagClassName
{
color: #D39D0E;
}
</style>
background-color css
<style>
a { background-color: #D39D0E; }
a { background-color: rgb(211,157,14); }
div.DivClassName
{
background-color: #D39D0E;
}
.BgClassName
{
background-color: #D39D0E;
}
</style>
border-color css
<style>
span { border-color: #D39D0E; }
span { border-color: rgb(211,157,14); }
td.TdClassName
{
border-color: #D39D0E;
}
.TagClassName
{
border-color: #D39D0E;
}
</style>