Shades of Gamboge #D79211
Tints of Gamboge #D79211
RGB
CMYK
RGB Variations
Color information
#D79211 (or 0xD79211) is known color: Gamboge. HEX triplet: D7, 92 and 11. RGB value is (215,146,17). Sum of RGB (Red+Green+Blue) = 215+146+17=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D79211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79211 is #286DEE. Grayscale: #989898. Windows color (decimal): -2649583 or 1151703. OLE color: 1151703.
HSL color Cylindrical-coordinate representation of color #D79211: hue angle of 39.09º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D79211 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.16 |
| HSL | 39.09º | 0.85% | 0.45% | - |
| HSV(B) | 39.09º | 0.92% | 0.84% | - |
| XYZ | 38.4 | 35.05 | 5.27 | - |
| YUV | 151.93 | 51.86 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 17 | 0 | 0.32 | 0.92 | 0.16 | 39.09 | 0.85 | 0.45 |
| Hex | D7 | 92 | 11 | 0 | 20 | 5C | 10 | 27 | 55 | 2D |
| Octal | 327 | 222 | 21 | 0 | 40 | 134 | 20 | 47 | 125 | 55 |
| Binary | 11010111 | 10010010 | 10001 | 0 | 100000 | 1011100 | 10000 | 100111 | 1010101 | 101101 |
Color Harmonies of #D79211
Complementary color
Monochromatic Colors of #D79211
Black with #D79211
Text Example
Text Example
White with #D79211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79211; }
p { color: rgb(215,146,17); }
H1.HeaderClassName
{
color: #D79211;
}
.AnyTagClassName
{
color: #D79211;
}
</style>
background-color css
<style>
a { background-color: #D79211; }
a { background-color: rgb(215,146,17); }
div.DivClassName
{
background-color: #D79211;
}
.BgClassName
{
background-color: #D79211;
}
</style>
border-color css
<style>
span { border-color: #D79211; }
span { border-color: rgb(215,146,17); }
td.TdClassName
{
border-color: #D79211;
}
.TagClassName
{
border-color: #D79211;
}
</style>