Shades of Gamboge #D79210
Tints of Gamboge #D79210
RGB
CMYK
RGB Variations
Color information
#D79210 (or 0xD79210) is known color: Gamboge. HEX triplet: D7, 92 and 10. RGB value is (215,146,16). Sum of RGB (Red+Green+Blue) = 215+146+16=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D79210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79210 is #286DEF. Grayscale: #989898. Windows color (decimal): -2649584 or 1086167. OLE color: 1086167.
HSL color Cylindrical-coordinate representation of color #D79210: hue angle of 39.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D79210 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.16 |
| HSL | 39.2º | 0.86% | 0.45% | - |
| HSV(B) | 39.2º | 0.93% | 0.84% | - |
| XYZ | 38.4 | 35.04 | 5.23 | - |
| YUV | 151.81 | 51.36 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 16 | 0 | 0.32 | 0.93 | 0.16 | 39.2 | 0.86 | 0.45 |
| Hex | D7 | 92 | 10 | 0 | 20 | 5D | 10 | 27 | 56 | 2D |
| Octal | 327 | 222 | 20 | 0 | 40 | 135 | 20 | 47 | 126 | 55 |
| Binary | 11010111 | 10010010 | 10000 | 0 | 100000 | 1011101 | 10000 | 100111 | 1010110 | 101101 |
Color Harmonies of #D79210
Complementary color
Monochromatic Colors of #D79210
Black with #D79210
Text Example
Text Example
White with #D79210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79210; }
p { color: rgb(215,146,16); }
H1.HeaderClassName
{
color: #D79210;
}
.AnyTagClassName
{
color: #D79210;
}
</style>
background-color css
<style>
a { background-color: #D79210; }
a { background-color: rgb(215,146,16); }
div.DivClassName
{
background-color: #D79210;
}
.BgClassName
{
background-color: #D79210;
}
</style>
border-color css
<style>
span { border-color: #D79210; }
span { border-color: rgb(215,146,16); }
td.TdClassName
{
border-color: #D79210;
}
.TagClassName
{
border-color: #D79210;
}
</style>