Shades of Gamboge #D6A20C
Tints of Gamboge #D6A20C
RGB
CMYK
RGB Variations
Color information
#D6A20C (or 0xD6A20C) is known color: Gamboge. HEX triplet: D6, A2 and 0C. RGB value is (214,162,12). Sum of RGB (Red+Green+Blue) = 214+162+12=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A20C is #295DF3. Grayscale: #A1A1A1. Windows color (decimal): -2711028 or 828118. OLE color: 828118.
HSL color Cylindrical-coordinate representation of color #D6A20C: hue angle of 44.55º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6A20C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.16 |
| HSL | 44.55º | 0.89% | 0.44% | - |
| HSV(B) | 44.55º | 0.94% | 0.84% | - |
| XYZ | 40.72 | 40.16 | 5.95 | - |
| YUV | 160.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 12 | 0 | 0.24 | 0.94 | 0.16 | 44.55 | 0.89 | 0.44 |
| Hex | D6 | A2 | C | 0 | 18 | 5E | 10 | 2D | 59 | 2C |
| Octal | 326 | 242 | 14 | 0 | 30 | 136 | 20 | 55 | 131 | 54 |
| Binary | 11010110 | 10100010 | 1100 | 0 | 11000 | 1011110 | 10000 | 101101 | 1011001 | 101100 |
Color Harmonies of #D6A20C
Complementary color
Monochromatic Colors of #D6A20C
Black with #D6A20C
Text Example
Text Example
White with #D6A20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A20C; }
p { color: rgb(214,162,12); }
H1.HeaderClassName
{
color: #D6A20C;
}
.AnyTagClassName
{
color: #D6A20C;
}
</style>
background-color css
<style>
a { background-color: #D6A20C; }
a { background-color: rgb(214,162,12); }
div.DivClassName
{
background-color: #D6A20C;
}
.BgClassName
{
background-color: #D6A20C;
}
</style>
border-color css
<style>
span { border-color: #D6A20C; }
span { border-color: rgb(214,162,12); }
td.TdClassName
{
border-color: #D6A20C;
}
.TagClassName
{
border-color: #D6A20C;
}
</style>