Shades of Gamboge #CFA30C
Tints of Gamboge #CFA30C
RGB
CMYK
RGB Variations
Color information
#CFA30C (or 0xCFA30C) is known color: Gamboge. HEX triplet: CF, A3 and 0C. RGB value is (207,163,12). Sum of RGB (Red+Green+Blue) = 207+163+12=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA30C is #305CF3. Grayscale: #9F9F9F. Windows color (decimal): -3169524 or 828367. OLE color: 828367.
HSL color Cylindrical-coordinate representation of color #CFA30C: hue angle of 46.46º 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 #CFA30C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 12 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.19 |
| HSL | 46.46º | 0.89% | 0.43% | - |
| HSV(B) | 46.46º | 0.94% | 0.81% | - |
| XYZ | 38.9 | 39.49 | 5.92 | - |
| YUV | 158.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 12 | 0 | 0.21 | 0.94 | 0.19 | 46.46 | 0.89 | 0.43 |
| Hex | CF | A3 | C | 0 | 15 | 5E | 13 | 2E | 59 | 2B |
| Octal | 317 | 243 | 14 | 0 | 25 | 136 | 23 | 56 | 131 | 53 |
| Binary | 11001111 | 10100011 | 1100 | 0 | 10101 | 1011110 | 10011 | 101110 | 1011001 | 101011 |
Color Harmonies of #CFA30C
Complementary color
Monochromatic Colors of #CFA30C
Black with #CFA30C
Text Example
Text Example
White with #CFA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA30C; }
p { color: rgb(207,163,12); }
H1.HeaderClassName
{
color: #CFA30C;
}
.AnyTagClassName
{
color: #CFA30C;
}
</style>
background-color css
<style>
a { background-color: #CFA30C; }
a { background-color: rgb(207,163,12); }
div.DivClassName
{
background-color: #CFA30C;
}
.BgClassName
{
background-color: #CFA30C;
}
</style>
border-color css
<style>
span { border-color: #CFA30C; }
span { border-color: rgb(207,163,12); }
td.TdClassName
{
border-color: #CFA30C;
}
.TagClassName
{
border-color: #CFA30C;
}
</style>