Shades of Gamboge #D79D0C
Tints of Gamboge #D79D0C
RGB
CMYK
RGB Variations
Color information
#D79D0C (or 0xD79D0C) is known color: Gamboge. HEX triplet: D7, 9D and 0C. RGB value is (215,157,12). Sum of RGB (Red+Green+Blue) = 215+157+12=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D0C is #2862F3. Grayscale: #9E9E9E. Windows color (decimal): -2646772 or 826839. OLE color: 826839.
HSL color Cylindrical-coordinate representation of color #D79D0C: hue angle of 42.86º 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 #D79D0C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.16 |
| HSL | 42.86º | 0.89% | 0.45% | - |
| HSV(B) | 42.86º | 0.94% | 0.84% | - |
| XYZ | 40.15 | 38.59 | 5.68 | - |
| YUV | 157.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 12 | 0 | 0.27 | 0.94 | 0.16 | 42.86 | 0.89 | 0.45 |
| Hex | D7 | 9D | C | 0 | 1B | 5E | 10 | 2B | 59 | 2D |
| Octal | 327 | 235 | 14 | 0 | 33 | 136 | 20 | 53 | 131 | 55 |
| Binary | 11010111 | 10011101 | 1100 | 0 | 11011 | 1011110 | 10000 | 101011 | 1011001 | 101101 |
Color Harmonies of #D79D0C
Complementary color
Monochromatic Colors of #D79D0C
Black with #D79D0C
Text Example
Text Example
White with #D79D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D0C; }
p { color: rgb(215,157,12); }
H1.HeaderClassName
{
color: #D79D0C;
}
.AnyTagClassName
{
color: #D79D0C;
}
</style>
background-color css
<style>
a { background-color: #D79D0C; }
a { background-color: rgb(215,157,12); }
div.DivClassName
{
background-color: #D79D0C;
}
.BgClassName
{
background-color: #D79D0C;
}
</style>
border-color css
<style>
span { border-color: #D79D0C; }
span { border-color: rgb(215,157,12); }
td.TdClassName
{
border-color: #D79D0C;
}
.TagClassName
{
border-color: #D79D0C;
}
</style>