Shades of Gamboge #D79700
Tints of Gamboge #D79700
RGB
CMYK
RGB Variations
Color information
#D79700 (or 0xD79700) is known color: Gamboge. HEX triplet: D7, 97 and 00. RGB value is (215,151,0). Sum of RGB (Red+Green+Blue) = 215+151+0=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D79700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79700 is #2868FF. Grayscale: #999999. Windows color (decimal): -2648320 or 38871. OLE color: 38871.
HSL color Cylindrical-coordinate representation of color #D79700: hue angle of 42.14º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D79700 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.16 |
| HSL | 42.14º | 1% | 0.42% | - |
| HSV(B) | 42.14º | 1% | 0.84% | - |
| XYZ | 39.09 | 36.58 | 5 | - |
| YUV | 152.92 | 41.7 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 0 | 0 | 0.30 | 1 | 0.16 | 42.14 | 1 | 0.42 |
| Hex | D7 | 97 | 0 | 0 | 1E | 64 | 10 | 2A | 64 | 2A |
| Octal | 327 | 227 | 0 | 0 | 36 | 144 | 20 | 52 | 144 | 52 |
| Binary | 11010111 | 10010111 | 0 | 0 | 11110 | 1100100 | 10000 | 101010 | 1100100 | 101010 |
Color Harmonies of #D79700
Complementary color
Monochromatic Colors of #D79700
Black with #D79700
Text Example
Text Example
White with #D79700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79700; }
p { color: rgb(215,151,0); }
H1.HeaderClassName
{
color: #D79700;
}
.AnyTagClassName
{
color: #D79700;
}
</style>
background-color css
<style>
a { background-color: #D79700; }
a { background-color: rgb(215,151,0); }
div.DivClassName
{
background-color: #D79700;
}
.BgClassName
{
background-color: #D79700;
}
</style>
border-color css
<style>
span { border-color: #D79700; }
span { border-color: rgb(215,151,0); }
td.TdClassName
{
border-color: #D79700;
}
.TagClassName
{
border-color: #D79700;
}
</style>