Shades of Gamboge #D79F0C
Tints of Gamboge #D79F0C
RGB
CMYK
RGB Variations
Color information
#D79F0C (or 0xD79F0C) is known color: Gamboge. HEX triplet: D7, 9F and 0C. RGB value is (215,159,12). Sum of RGB (Red+Green+Blue) = 215+159+12=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79F0C is #2860F3. Grayscale: #9F9F9F. Windows color (decimal): -2646260 or 827351. OLE color: 827351.
HSL color Cylindrical-coordinate representation of color #D79F0C: hue angle of 43.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D79F0C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 159 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.16 |
| HSL | 43.45º | 0.89% | 0.45% | - |
| HSV(B) | 43.45º | 0.94% | 0.84% | - |
| XYZ | 40.49 | 39.27 | 5.79 | - |
| YUV | 158.99 | 45.05 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 159 | 12 | 0 | 0.26 | 0.94 | 0.16 | 43.45 | 0.89 | 0.45 |
| Hex | D7 | 9F | C | 0 | 1A | 5E | 10 | 2B | 59 | 2D |
| Octal | 327 | 237 | 14 | 0 | 32 | 136 | 20 | 53 | 131 | 55 |
| Binary | 11010111 | 10011111 | 1100 | 0 | 11010 | 1011110 | 10000 | 101011 | 1011001 | 101101 |
Color Harmonies of #D79F0C
Complementary color
Monochromatic Colors of #D79F0C
Black with #D79F0C
Text Example
Text Example
White with #D79F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79F0C; }
p { color: rgb(215,159,12); }
H1.HeaderClassName
{
color: #D79F0C;
}
.AnyTagClassName
{
color: #D79F0C;
}
</style>
background-color css
<style>
a { background-color: #D79F0C; }
a { background-color: rgb(215,159,12); }
div.DivClassName
{
background-color: #D79F0C;
}
.BgClassName
{
background-color: #D79F0C;
}
</style>
border-color css
<style>
span { border-color: #D79F0C; }
span { border-color: rgb(215,159,12); }
td.TdClassName
{
border-color: #D79F0C;
}
.TagClassName
{
border-color: #D79F0C;
}
</style>