Shades of Gamboge #D79E16
Tints of Gamboge #D79E16
RGB
CMYK
RGB Variations
Color information
#D79E16 (or 0xD79E16) is known color: Gamboge. HEX triplet: D7, 9E and 16. RGB value is (215,158,22). Sum of RGB (Red+Green+Blue) = 215+158+22=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79E16 is #2861E9. Grayscale: #A0A0A0. Windows color (decimal): -2646506 or 1482455. OLE color: 1482455.
HSL color Cylindrical-coordinate representation of color #D79E16: hue angle of 42.28º 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 #D79E16 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.16 |
| HSL | 42.28º | 0.81% | 0.46% | - |
| HSV(B) | 42.28º | 0.9% | 0.84% | - |
| XYZ | 40.4 | 38.96 | 6.15 | - |
| YUV | 159.54 | 50.38 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 22 | 0 | 0.27 | 0.90 | 0.16 | 42.28 | 0.81 | 0.46 |
| Hex | D7 | 9E | 16 | 0 | 1B | 5A | 10 | 2A | 51 | 2E |
| Octal | 327 | 236 | 26 | 0 | 33 | 132 | 20 | 52 | 121 | 56 |
| Binary | 11010111 | 10011110 | 10110 | 0 | 11011 | 1011010 | 10000 | 101010 | 1010001 | 101110 |
Color Harmonies of #D79E16
Complementary color
Monochromatic Colors of #D79E16
Black with #D79E16
Text Example
Text Example
White with #D79E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79E16; }
p { color: rgb(215,158,22); }
H1.HeaderClassName
{
color: #D79E16;
}
.AnyTagClassName
{
color: #D79E16;
}
</style>
background-color css
<style>
a { background-color: #D79E16; }
a { background-color: rgb(215,158,22); }
div.DivClassName
{
background-color: #D79E16;
}
.BgClassName
{
background-color: #D79E16;
}
</style>
border-color css
<style>
span { border-color: #D79E16; }
span { border-color: rgb(215,158,22); }
td.TdClassName
{
border-color: #D79E16;
}
.TagClassName
{
border-color: #D79E16;
}
</style>