Shades of Gamboge #CFA20C
Tints of Gamboge #CFA20C
RGB
CMYK
RGB Variations
Color information
#CFA20C (or 0xCFA20C) is known color: Gamboge. HEX triplet: CF, A2 and 0C. RGB value is (207,162,12). Sum of RGB (Red+Green+Blue) = 207+162+12=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA20C is #305DF3. Grayscale: #9F9F9F. Windows color (decimal): -3169780 or 828111. OLE color: 828111.
HSL color Cylindrical-coordinate representation of color #CFA20C: hue angle of 46.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA20C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.19 |
| HSL | 46.15º | 0.89% | 0.43% | - |
| HSV(B) | 46.15º | 0.94% | 0.81% | - |
| XYZ | 38.72 | 39.13 | 5.86 | - |
| YUV | 158.36 | 45.41 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 12 | 0 | 0.22 | 0.94 | 0.19 | 46.15 | 0.89 | 0.43 |
| Hex | CF | A2 | C | 0 | 16 | 5E | 13 | 2E | 59 | 2B |
| Octal | 317 | 242 | 14 | 0 | 26 | 136 | 23 | 56 | 131 | 53 |
| Binary | 11001111 | 10100010 | 1100 | 0 | 10110 | 1011110 | 10011 | 101110 | 1011001 | 101011 |
Color Harmonies of #CFA20C
Complementary color
Monochromatic Colors of #CFA20C
Black with #CFA20C
Text Example
Text Example
White with #CFA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA20C; }
p { color: rgb(207,162,12); }
H1.HeaderClassName
{
color: #CFA20C;
}
.AnyTagClassName
{
color: #CFA20C;
}
</style>
background-color css
<style>
a { background-color: #CFA20C; }
a { background-color: rgb(207,162,12); }
div.DivClassName
{
background-color: #CFA20C;
}
.BgClassName
{
background-color: #CFA20C;
}
</style>
border-color css
<style>
span { border-color: #CFA20C; }
span { border-color: rgb(207,162,12); }
td.TdClassName
{
border-color: #CFA20C;
}
.TagClassName
{
border-color: #CFA20C;
}
</style>