Shades of Gamboge #D79D17
Tints of Gamboge #D79D17
RGB
CMYK
RGB Variations
Color information
#D79D17 (or 0xD79D17) is known color: Gamboge. HEX triplet: D7, 9D and 17. RGB value is (215,157,23). Sum of RGB (Red+Green+Blue) = 215+157+23=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D17 is #2862E8. Grayscale: #9F9F9F. Windows color (decimal): -2646761 or 1547735. OLE color: 1547735.
HSL color Cylindrical-coordinate representation of color #D79D17: hue angle of 41.88º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D79D17 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 23 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.16 |
| HSL | 41.88º | 0.81% | 0.47% | - |
| HSV(B) | 41.88º | 0.89% | 0.84% | - |
| XYZ | 40.24 | 38.62 | 6.14 | - |
| YUV | 159.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 23 | 0 | 0.27 | 0.89 | 0.16 | 41.88 | 0.81 | 0.47 |
| Hex | D7 | 9D | 17 | 0 | 1B | 59 | 10 | 2A | 51 | 2F |
| Octal | 327 | 235 | 27 | 0 | 33 | 131 | 20 | 52 | 121 | 57 |
| Binary | 11010111 | 10011101 | 10111 | 0 | 11011 | 1011001 | 10000 | 101010 | 1010001 | 101111 |
Color Harmonies of #D79D17
Complementary color
Monochromatic Colors of #D79D17
Black with #D79D17
Text Example
Text Example
White with #D79D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D17; }
p { color: rgb(215,157,23); }
H1.HeaderClassName
{
color: #D79D17;
}
.AnyTagClassName
{
color: #D79D17;
}
</style>
background-color css
<style>
a { background-color: #D79D17; }
a { background-color: rgb(215,157,23); }
div.DivClassName
{
background-color: #D79D17;
}
.BgClassName
{
background-color: #D79D17;
}
</style>
border-color css
<style>
span { border-color: #D79D17; }
span { border-color: rgb(215,157,23); }
td.TdClassName
{
border-color: #D79D17;
}
.TagClassName
{
border-color: #D79D17;
}
</style>