Shades of Gamboge #D2A107
Tints of Gamboge #D2A107
RGB
CMYK
RGB Variations
Color information
#D2A107 (or 0xD2A107) is known color: Gamboge. HEX triplet: D2, A1 and 07. RGB value is (210,161,7). Sum of RGB (Red+Green+Blue) = 210+161+7=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A107 is #2D5EF8. Grayscale: #9E9E9E. Windows color (decimal): -2973433 or 500178. OLE color: 500178.
HSL color Cylindrical-coordinate representation of color #D2A107: hue angle of 45.52º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2A107 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.18 |
| HSL | 45.52º | 0.94% | 0.43% | - |
| HSV(B) | 45.52º | 0.97% | 0.82% | - |
| XYZ | 39.36 | 39.21 | 5.69 | - |
| YUV | 158.1 | 42.73 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 7 | 0 | 0.23 | 0.97 | 0.18 | 45.52 | 0.94 | 0.43 |
| Hex | D2 | A1 | 7 | 0 | 17 | 61 | 12 | 2E | 5E | 2B |
| Octal | 322 | 241 | 7 | 0 | 27 | 141 | 22 | 56 | 136 | 53 |
| Binary | 11010010 | 10100001 | 111 | 0 | 10111 | 1100001 | 10010 | 101110 | 1011110 | 101011 |
Color Harmonies of #D2A107
Complementary color
Monochromatic Colors of #D2A107
Black with #D2A107
Text Example
Text Example
White with #D2A107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A107; }
p { color: rgb(210,161,7); }
H1.HeaderClassName
{
color: #D2A107;
}
.AnyTagClassName
{
color: #D2A107;
}
</style>
background-color css
<style>
a { background-color: #D2A107; }
a { background-color: rgb(210,161,7); }
div.DivClassName
{
background-color: #D2A107;
}
.BgClassName
{
background-color: #D2A107;
}
</style>
border-color css
<style>
span { border-color: #D2A107; }
span { border-color: rgb(210,161,7); }
td.TdClassName
{
border-color: #D2A107;
}
.TagClassName
{
border-color: #D2A107;
}
</style>