Shades of Gamboge #D9A107
Tints of Gamboge #D9A107
RGB
CMYK
RGB Variations
Color information
#D9A107 (or 0xD9A107) is known color: Gamboge. HEX triplet: D9, A1 and 07. RGB value is (217,161,7). Sum of RGB (Red+Green+Blue) = 217+161+7=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A107 is #265EF8. Grayscale: #A0A0A0. Windows color (decimal): -2514681 or 500185. OLE color: 500185.
HSL color Cylindrical-coordinate representation of color #D9A107: hue angle of 44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9A107 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.15 |
| HSL | 44º | 0.94% | 0.44% | - |
| HSV(B) | 44º | 0.97% | 0.85% | - |
| XYZ | 41.4 | 40.26 | 5.79 | - |
| YUV | 160.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 7 | 0 | 0.26 | 0.97 | 0.15 | 44 | 0.94 | 0.44 |
| Hex | D9 | A1 | 7 | 0 | 1A | 61 | F | 2C | 5E | 2C |
| Octal | 331 | 241 | 7 | 0 | 32 | 141 | 17 | 54 | 136 | 54 |
| Binary | 11011001 | 10100001 | 111 | 0 | 11010 | 1100001 | 1111 | 101100 | 1011110 | 101100 |
Color Harmonies of #D9A107
Complementary color
Monochromatic Colors of #D9A107
Black with #D9A107
Text Example
Text Example
White with #D9A107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A107; }
p { color: rgb(217,161,7); }
H1.HeaderClassName
{
color: #D9A107;
}
.AnyTagClassName
{
color: #D9A107;
}
</style>
background-color css
<style>
a { background-color: #D9A107; }
a { background-color: rgb(217,161,7); }
div.DivClassName
{
background-color: #D9A107;
}
.BgClassName
{
background-color: #D9A107;
}
</style>
border-color css
<style>
span { border-color: #D9A107; }
span { border-color: rgb(217,161,7); }
td.TdClassName
{
border-color: #D9A107;
}
.TagClassName
{
border-color: #D9A107;
}
</style>