Shades of Gamboge #D89C0E
Tints of Gamboge #D89C0E
RGB
CMYK
RGB Variations
Color information
#D89C0E (or 0xD89C0E) is known color: Gamboge. HEX triplet: D8, 9C and 0E. RGB value is (216,156,14). Sum of RGB (Red+Green+Blue) = 216+156+14=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89C0E is #2763F1. Grayscale: #9E9E9E. Windows color (decimal): -2581490 or 957656. OLE color: 957656.
HSL color Cylindrical-coordinate representation of color #D89C0E: hue angle of 42.18º 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 #D89C0E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.15 |
| HSL | 42.18º | 0.88% | 0.45% | - |
| HSV(B) | 42.18º | 0.94% | 0.85% | - |
| XYZ | 40.29 | 38.41 | 5.71 | - |
| YUV | 157.75 | 46.88 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 14 | 0 | 0.28 | 0.94 | 0.15 | 42.18 | 0.88 | 0.45 |
| Hex | D8 | 9C | E | 0 | 1C | 5E | F | 2A | 58 | 2D |
| Octal | 330 | 234 | 16 | 0 | 34 | 136 | 17 | 52 | 130 | 55 |
| Binary | 11011000 | 10011100 | 1110 | 0 | 11100 | 1011110 | 1111 | 101010 | 1011000 | 101101 |
Color Harmonies of #D89C0E
Complementary color
Monochromatic Colors of #D89C0E
Black with #D89C0E
Text Example
Text Example
White with #D89C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C0E; }
p { color: rgb(216,156,14); }
H1.HeaderClassName
{
color: #D89C0E;
}
.AnyTagClassName
{
color: #D89C0E;
}
</style>
background-color css
<style>
a { background-color: #D89C0E; }
a { background-color: rgb(216,156,14); }
div.DivClassName
{
background-color: #D89C0E;
}
.BgClassName
{
background-color: #D89C0E;
}
</style>
border-color css
<style>
span { border-color: #D89C0E; }
span { border-color: rgb(216,156,14); }
td.TdClassName
{
border-color: #D89C0E;
}
.TagClassName
{
border-color: #D89C0E;
}
</style>