Shades of Gamboge #D79C0E
Tints of Gamboge #D79C0E
RGB
CMYK
RGB Variations
Color information
#D79C0E (or 0xD79C0E) is known color: Gamboge. HEX triplet: D7, 9C and 0E. RGB value is (215,156,14). Sum of RGB (Red+Green+Blue) = 215+156+14=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79C0E is #2863F1. Grayscale: #9E9E9E. Windows color (decimal): -2647026 or 957655. OLE color: 957655.
HSL color Cylindrical-coordinate representation of color #D79C0E: hue angle of 42.39º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D79C0E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 14 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.16 |
| HSL | 42.39º | 0.88% | 0.45% | - |
| HSV(B) | 42.39º | 0.93% | 0.84% | - |
| XYZ | 39.99 | 38.26 | 5.69 | - |
| YUV | 157.45 | 47.05 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 14 | 0 | 0.27 | 0.93 | 0.16 | 42.39 | 0.88 | 0.45 |
| Hex | D7 | 9C | E | 0 | 1B | 5D | 10 | 2A | 58 | 2D |
| Octal | 327 | 234 | 16 | 0 | 33 | 135 | 20 | 52 | 130 | 55 |
| Binary | 11010111 | 10011100 | 1110 | 0 | 11011 | 1011101 | 10000 | 101010 | 1011000 | 101101 |
Color Harmonies of #D79C0E
Complementary color
Monochromatic Colors of #D79C0E
Black with #D79C0E
Text Example
Text Example
White with #D79C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C0E; }
p { color: rgb(215,156,14); }
H1.HeaderClassName
{
color: #D79C0E;
}
.AnyTagClassName
{
color: #D79C0E;
}
</style>
background-color css
<style>
a { background-color: #D79C0E; }
a { background-color: rgb(215,156,14); }
div.DivClassName
{
background-color: #D79C0E;
}
.BgClassName
{
background-color: #D79C0E;
}
</style>
border-color css
<style>
span { border-color: #D79C0E; }
span { border-color: rgb(215,156,14); }
td.TdClassName
{
border-color: #D79C0E;
}
.TagClassName
{
border-color: #D79C0E;
}
</style>