Shades of Gamboge #D6A30C
Tints of Gamboge #D6A30C
RGB
CMYK
RGB Variations
Color information
#D6A30C (or 0xD6A30C) is known color: Gamboge. HEX triplet: D6, A3 and 0C. RGB value is (214,163,12). Sum of RGB (Red+Green+Blue) = 214+163+12=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A30C is #295CF3. Grayscale: #A1A1A1. Windows color (decimal): -2710772 or 828374. OLE color: 828374.
HSL color Cylindrical-coordinate representation of color #D6A30C: hue angle of 44.85º 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 #D6A30C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.16 |
| HSL | 44.85º | 0.89% | 0.44% | - |
| HSV(B) | 44.85º | 0.94% | 0.84% | - |
| XYZ | 40.9 | 40.52 | 6.01 | - |
| YUV | 161.04 | 43.9 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 12 | 0 | 0.24 | 0.94 | 0.16 | 44.85 | 0.89 | 0.44 |
| Hex | D6 | A3 | C | 0 | 18 | 5E | 10 | 2D | 59 | 2C |
| Octal | 326 | 243 | 14 | 0 | 30 | 136 | 20 | 55 | 131 | 54 |
| Binary | 11010110 | 10100011 | 1100 | 0 | 11000 | 1011110 | 10000 | 101101 | 1011001 | 101100 |
Color Harmonies of #D6A30C
Complementary color
Monochromatic Colors of #D6A30C
Black with #D6A30C
Text Example
Text Example
White with #D6A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A30C; }
p { color: rgb(214,163,12); }
H1.HeaderClassName
{
color: #D6A30C;
}
.AnyTagClassName
{
color: #D6A30C;
}
</style>
background-color css
<style>
a { background-color: #D6A30C; }
a { background-color: rgb(214,163,12); }
div.DivClassName
{
background-color: #D6A30C;
}
.BgClassName
{
background-color: #D6A30C;
}
</style>
border-color css
<style>
span { border-color: #D6A30C; }
span { border-color: rgb(214,163,12); }
td.TdClassName
{
border-color: #D6A30C;
}
.TagClassName
{
border-color: #D6A30C;
}
</style>