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