Shades of Gamboge #D49D0E
Tints of Gamboge #D49D0E
RGB
CMYK
RGB Variations
Color information
#D49D0E (or 0xD49D0E) is known color: Gamboge. HEX triplet: D4, 9D and 0E. RGB value is (212,157,14). Sum of RGB (Red+Green+Blue) = 212+157+14=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49D0E is #2B62F1. Grayscale: #9D9D9D. Windows color (decimal): -2843378 or 957908. OLE color: 957908.
HSL color Cylindrical-coordinate representation of color #D49D0E: hue angle of 43.33º 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 #D49D0E is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 14 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.17 |
| HSL | 43.33º | 0.88% | 0.44% | - |
| HSV(B) | 43.33º | 0.93% | 0.83% | - |
| XYZ | 39.29 | 38.14 | 5.71 | - |
| YUV | 157.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 14 | 0 | 0.26 | 0.93 | 0.17 | 43.33 | 0.88 | 0.44 |
| Hex | D4 | 9D | E | 0 | 1A | 5D | 11 | 2B | 58 | 2C |
| Octal | 324 | 235 | 16 | 0 | 32 | 135 | 21 | 53 | 130 | 54 |
| Binary | 11010100 | 10011101 | 1110 | 0 | 11010 | 1011101 | 10001 | 101011 | 1011000 | 101100 |
Color Harmonies of #D49D0E
Complementary color
Monochromatic Colors of #D49D0E
Black with #D49D0E
Text Example
Text Example
White with #D49D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D0E; }
p { color: rgb(212,157,14); }
H1.HeaderClassName
{
color: #D49D0E;
}
.AnyTagClassName
{
color: #D49D0E;
}
</style>
background-color css
<style>
a { background-color: #D49D0E; }
a { background-color: rgb(212,157,14); }
div.DivClassName
{
background-color: #D49D0E;
}
.BgClassName
{
background-color: #D49D0E;
}
</style>
border-color css
<style>
span { border-color: #D49D0E; }
span { border-color: rgb(212,157,14); }
td.TdClassName
{
border-color: #D49D0E;
}
.TagClassName
{
border-color: #D49D0E;
}
</style>