Shades of Gamboge #D6A010
Tints of Gamboge #D6A010
RGB
CMYK
RGB Variations
Color information
#D6A010 (or 0xD6A010) is known color: Gamboge. HEX triplet: D6, A0 and 10. RGB value is (214,160,16). Sum of RGB (Red+Green+Blue) = 214+160+16=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A010 is #295FEF. Grayscale: #A0A0A0. Windows color (decimal): -2711536 or 1089750. OLE color: 1089750.
HSL color Cylindrical-coordinate representation of color #D6A010: hue angle of 43.64º 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 #D6A010 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.16 |
| HSL | 43.64º | 0.86% | 0.45% | - |
| HSV(B) | 43.64º | 0.93% | 0.84% | - |
| XYZ | 40.4 | 39.48 | 5.98 | - |
| YUV | 159.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 16 | 0 | 0.25 | 0.93 | 0.16 | 43.64 | 0.86 | 0.45 |
| Hex | D6 | A0 | 10 | 0 | 19 | 5D | 10 | 2C | 56 | 2D |
| Octal | 326 | 240 | 20 | 0 | 31 | 135 | 20 | 54 | 126 | 55 |
| Binary | 11010110 | 10100000 | 10000 | 0 | 11001 | 1011101 | 10000 | 101100 | 1010110 | 101101 |
Color Harmonies of #D6A010
Complementary color
Monochromatic Colors of #D6A010
Black with #D6A010
Text Example
Text Example
White with #D6A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A010; }
p { color: rgb(214,160,16); }
H1.HeaderClassName
{
color: #D6A010;
}
.AnyTagClassName
{
color: #D6A010;
}
</style>
background-color css
<style>
a { background-color: #D6A010; }
a { background-color: rgb(214,160,16); }
div.DivClassName
{
background-color: #D6A010;
}
.BgClassName
{
background-color: #D6A010;
}
</style>
border-color css
<style>
span { border-color: #D6A010; }
span { border-color: rgb(214,160,16); }
td.TdClassName
{
border-color: #D6A010;
}
.TagClassName
{
border-color: #D6A010;
}
</style>