Shades of Gamboge #D6AA0C
Tints of Gamboge #D6AA0C
RGB
CMYK
RGB Variations
Color information
#D6AA0C (or 0xD6AA0C) is known color: Gamboge. HEX triplet: D6, AA and 0C. RGB value is (214,170,12). Sum of RGB (Red+Green+Blue) = 214+170+12=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AA0C is #2955F3. Grayscale: #A5A5A5. Windows color (decimal): -2708980 or 830166. OLE color: 830166.
HSL color Cylindrical-coordinate representation of color #D6AA0C: hue angle of 46.93º 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 #D6AA0C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 12 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.16 |
| HSL | 46.93º | 0.89% | 0.44% | - |
| HSV(B) | 46.93º | 0.94% | 0.84% | - |
| XYZ | 42.17 | 43.07 | 6.44 | - |
| YUV | 165.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 12 | 0 | 0.21 | 0.94 | 0.16 | 46.93 | 0.89 | 0.44 |
| Hex | D6 | AA | C | 0 | 15 | 5E | 10 | 2F | 59 | 2C |
| Octal | 326 | 252 | 14 | 0 | 25 | 136 | 20 | 57 | 131 | 54 |
| Binary | 11010110 | 10101010 | 1100 | 0 | 10101 | 1011110 | 10000 | 101111 | 1011001 | 101100 |
Color Harmonies of #D6AA0C
Complementary color
Monochromatic Colors of #D6AA0C
Black with #D6AA0C
Text Example
Text Example
White with #D6AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA0C; }
p { color: rgb(214,170,12); }
H1.HeaderClassName
{
color: #D6AA0C;
}
.AnyTagClassName
{
color: #D6AA0C;
}
</style>
background-color css
<style>
a { background-color: #D6AA0C; }
a { background-color: rgb(214,170,12); }
div.DivClassName
{
background-color: #D6AA0C;
}
.BgClassName
{
background-color: #D6AA0C;
}
</style>
border-color css
<style>
span { border-color: #D6AA0C; }
span { border-color: rgb(214,170,12); }
td.TdClassName
{
border-color: #D6AA0C;
}
.TagClassName
{
border-color: #D6AA0C;
}
</style>