Shades of Gamboge #D79A0E
Tints of Gamboge #D79A0E
RGB
CMYK
RGB Variations
Color information
#D79A0E (or 0xD79A0E) is known color: Gamboge. HEX triplet: D7, 9A and 0E. RGB value is (215,154,14). Sum of RGB (Red+Green+Blue) = 215+154+14=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79A0E is #2865F1. Grayscale: #9C9C9C. Windows color (decimal): -2647538 or 957143. OLE color: 957143.
HSL color Cylindrical-coordinate representation of color #D79A0E: hue angle of 41.79º 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 #D79A0E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 14 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.16 |
| HSL | 41.79º | 0.88% | 0.45% | - |
| HSV(B) | 41.79º | 0.93% | 0.84% | - |
| XYZ | 39.66 | 37.59 | 5.58 | - |
| YUV | 156.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 14 | 0 | 0.28 | 0.93 | 0.16 | 41.79 | 0.88 | 0.45 |
| Hex | D7 | 9A | E | 0 | 1C | 5D | 10 | 2A | 58 | 2D |
| Octal | 327 | 232 | 16 | 0 | 34 | 135 | 20 | 52 | 130 | 55 |
| Binary | 11010111 | 10011010 | 1110 | 0 | 11100 | 1011101 | 10000 | 101010 | 1011000 | 101101 |
Color Harmonies of #D79A0E
Complementary color
Monochromatic Colors of #D79A0E
Black with #D79A0E
Text Example
Text Example
White with #D79A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A0E; }
p { color: rgb(215,154,14); }
H1.HeaderClassName
{
color: #D79A0E;
}
.AnyTagClassName
{
color: #D79A0E;
}
</style>
background-color css
<style>
a { background-color: #D79A0E; }
a { background-color: rgb(215,154,14); }
div.DivClassName
{
background-color: #D79A0E;
}
.BgClassName
{
background-color: #D79A0E;
}
</style>
border-color css
<style>
span { border-color: #D79A0E; }
span { border-color: rgb(215,154,14); }
td.TdClassName
{
border-color: #D79A0E;
}
.TagClassName
{
border-color: #D79A0E;
}
</style>