Shades of Gamboge #D79A17
Tints of Gamboge #D79A17
RGB
CMYK
RGB Variations
Color information
#D79A17 (or 0xD79A17) is known color: Gamboge. HEX triplet: D7, 9A and 17. RGB value is (215,154,23). Sum of RGB (Red+Green+Blue) = 215+154+23=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79A17 is #2865E8. Grayscale: #9D9D9D. Windows color (decimal): -2647529 or 1546967. OLE color: 1546967.
HSL color Cylindrical-coordinate representation of color #D79A17: hue angle of 40.94º 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 #D79A17 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 23 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.16 |
| HSL | 40.94º | 0.81% | 0.47% | - |
| HSV(B) | 40.94º | 0.89% | 0.84% | - |
| XYZ | 39.73 | 37.62 | 5.98 | - |
| YUV | 157.31 | 52.21 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 23 | 0 | 0.28 | 0.89 | 0.16 | 40.94 | 0.81 | 0.47 |
| Hex | D7 | 9A | 17 | 0 | 1C | 59 | 10 | 29 | 51 | 2F |
| Octal | 327 | 232 | 27 | 0 | 34 | 131 | 20 | 51 | 121 | 57 |
| Binary | 11010111 | 10011010 | 10111 | 0 | 11100 | 1011001 | 10000 | 101001 | 1010001 | 101111 |
Color Harmonies of #D79A17
Complementary color
Monochromatic Colors of #D79A17
Black with #D79A17
Text Example
Text Example
White with #D79A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A17; }
p { color: rgb(215,154,23); }
H1.HeaderClassName
{
color: #D79A17;
}
.AnyTagClassName
{
color: #D79A17;
}
</style>
background-color css
<style>
a { background-color: #D79A17; }
a { background-color: rgb(215,154,23); }
div.DivClassName
{
background-color: #D79A17;
}
.BgClassName
{
background-color: #D79A17;
}
</style>
border-color css
<style>
span { border-color: #D79A17; }
span { border-color: rgb(215,154,23); }
td.TdClassName
{
border-color: #D79A17;
}
.TagClassName
{
border-color: #D79A17;
}
</style>