Shades of Gamboge #D79D16
Tints of Gamboge #D79D16
RGB
CMYK
RGB Variations
Color information
#D79D16 (or 0xD79D16) is known color: Gamboge. HEX triplet: D7, 9D and 16. RGB value is (215,157,22). Sum of RGB (Red+Green+Blue) = 215+157+22=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D16 is #2862E9. Grayscale: #9F9F9F. Windows color (decimal): -2646762 or 1482199. OLE color: 1482199.
HSL color Cylindrical-coordinate representation of color #D79D16: hue angle of 41.97º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D79D16 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.16 |
| HSL | 41.97º | 0.81% | 0.46% | - |
| HSV(B) | 41.97º | 0.9% | 0.84% | - |
| XYZ | 40.23 | 38.62 | 6.09 | - |
| YUV | 158.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 22 | 0 | 0.27 | 0.90 | 0.16 | 41.97 | 0.81 | 0.46 |
| Hex | D7 | 9D | 16 | 0 | 1B | 5A | 10 | 2A | 51 | 2E |
| Octal | 327 | 235 | 26 | 0 | 33 | 132 | 20 | 52 | 121 | 56 |
| Binary | 11010111 | 10011101 | 10110 | 0 | 11011 | 1011010 | 10000 | 101010 | 1010001 | 101110 |
Color Harmonies of #D79D16
Complementary color
Monochromatic Colors of #D79D16
Black with #D79D16
Text Example
Text Example
White with #D79D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D16; }
p { color: rgb(215,157,22); }
H1.HeaderClassName
{
color: #D79D16;
}
.AnyTagClassName
{
color: #D79D16;
}
</style>
background-color css
<style>
a { background-color: #D79D16; }
a { background-color: rgb(215,157,22); }
div.DivClassName
{
background-color: #D79D16;
}
.BgClassName
{
background-color: #D79D16;
}
</style>
border-color css
<style>
span { border-color: #D79D16; }
span { border-color: rgb(215,157,22); }
td.TdClassName
{
border-color: #D79D16;
}
.TagClassName
{
border-color: #D79D16;
}
</style>