Shades of Gamboge #D9890E
Tints of Gamboge #D9890E
RGB
CMYK
RGB Variations
Color information
#D9890E (or 0xD9890E) is known color: Gamboge. HEX triplet: D9, 89 and 0E. RGB value is (217,137,14). Sum of RGB (Red+Green+Blue) = 217+137+14=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D9890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9890E is #2676F1. Grayscale: #939393. Windows color (decimal): -2520818 or 952793. OLE color: 952793.
HSL color Cylindrical-coordinate representation of color #D9890E: hue angle of 36.35º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9890E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.15 |
| HSL | 36.35º | 0.88% | 0.45% | - |
| HSV(B) | 36.35º | 0.94% | 0.85% | - |
| XYZ | 37.64 | 32.67 | 4.74 | - |
| YUV | 146.9 | 53 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 14 | 0 | 0.37 | 0.94 | 0.15 | 36.35 | 0.88 | 0.45 |
| Hex | D9 | 89 | E | 0 | 25 | 5E | F | 24 | 58 | 2D |
| Octal | 331 | 211 | 16 | 0 | 45 | 136 | 17 | 44 | 130 | 55 |
| Binary | 11011001 | 10001001 | 1110 | 0 | 100101 | 1011110 | 1111 | 100100 | 1011000 | 101101 |
Color Harmonies of #D9890E
Complementary color
Monochromatic Colors of #D9890E
Black with #D9890E
Text Example
Text Example
White with #D9890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9890E; }
p { color: rgb(217,137,14); }
H1.HeaderClassName
{
color: #D9890E;
}
.AnyTagClassName
{
color: #D9890E;
}
</style>
background-color css
<style>
a { background-color: #D9890E; }
a { background-color: rgb(217,137,14); }
div.DivClassName
{
background-color: #D9890E;
}
.BgClassName
{
background-color: #D9890E;
}
</style>
border-color css
<style>
span { border-color: #D9890E; }
span { border-color: rgb(217,137,14); }
td.TdClassName
{
border-color: #D9890E;
}
.TagClassName
{
border-color: #D9890E;
}
</style>