Shades of Gamboge #D7A211
Tints of Gamboge #D7A211
RGB
CMYK
RGB Variations
Color information
#D7A211 (or 0xD7A211) is known color: Gamboge. HEX triplet: D7, A2 and 11. RGB value is (215,162,17). Sum of RGB (Red+Green+Blue) = 215+162+17=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A211 is #285DEE. Grayscale: #A1A1A1. Windows color (decimal): -2645487 or 1155799. OLE color: 1155799.
HSL color Cylindrical-coordinate representation of color #D7A211: hue angle of 43.94º 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 #D7A211 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 162 | 17 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.16 |
| HSL | 43.94º | 0.85% | 0.45% | - |
| HSV(B) | 43.94º | 0.92% | 0.84% | - |
| XYZ | 41.05 | 40.33 | 6.15 | - |
| YUV | 161.32 | 46.56 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 162 | 17 | 0 | 0.25 | 0.92 | 0.16 | 43.94 | 0.85 | 0.45 |
| Hex | D7 | A2 | 11 | 0 | 19 | 5C | 10 | 2C | 55 | 2D |
| Octal | 327 | 242 | 21 | 0 | 31 | 134 | 20 | 54 | 125 | 55 |
| Binary | 11010111 | 10100010 | 10001 | 0 | 11001 | 1011100 | 10000 | 101100 | 1010101 | 101101 |
Color Harmonies of #D7A211
Complementary color
Monochromatic Colors of #D7A211
Black with #D7A211
Text Example
Text Example
White with #D7A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A211; }
p { color: rgb(215,162,17); }
H1.HeaderClassName
{
color: #D7A211;
}
.AnyTagClassName
{
color: #D7A211;
}
</style>
background-color css
<style>
a { background-color: #D7A211; }
a { background-color: rgb(215,162,17); }
div.DivClassName
{
background-color: #D7A211;
}
.BgClassName
{
background-color: #D7A211;
}
</style>
border-color css
<style>
span { border-color: #D7A211; }
span { border-color: rgb(215,162,17); }
td.TdClassName
{
border-color: #D7A211;
}
.TagClassName
{
border-color: #D7A211;
}
</style>