Shades of Gamboge #CFA60A
Tints of Gamboge #CFA60A
RGB
CMYK
RGB Variations
Color information
#CFA60A (or 0xCFA60A) is known color: Gamboge. HEX triplet: CF, A6 and 0A. RGB value is (207,166,10). Sum of RGB (Red+Green+Blue) = 207+166+10=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA60A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA60A is #3059F5. Grayscale: #A1A1A1. Windows color (decimal): -3168758 or 698063. OLE color: 698063.
HSL color Cylindrical-coordinate representation of color #CFA60A: hue angle of 47.51º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFA60A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.19 |
| HSL | 47.51º | 0.91% | 0.43% | - |
| HSV(B) | 47.51º | 0.95% | 0.81% | - |
| XYZ | 39.42 | 40.56 | 6.04 | - |
| YUV | 160.48 | 43.08 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 10 | 0 | 0.20 | 0.95 | 0.19 | 47.51 | 0.91 | 0.43 |
| Hex | CF | A6 | A | 0 | 14 | 5F | 13 | 30 | 5B | 2B |
| Octal | 317 | 246 | 12 | 0 | 24 | 137 | 23 | 60 | 133 | 53 |
| Binary | 11001111 | 10100110 | 1010 | 0 | 10100 | 1011111 | 10011 | 110000 | 1011011 | 101011 |
Color Harmonies of #CFA60A
Complementary color
Monochromatic Colors of #CFA60A
Black with #CFA60A
Text Example
Text Example
White with #CFA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA60A; }
p { color: rgb(207,166,10); }
H1.HeaderClassName
{
color: #CFA60A;
}
.AnyTagClassName
{
color: #CFA60A;
}
</style>
background-color css
<style>
a { background-color: #CFA60A; }
a { background-color: rgb(207,166,10); }
div.DivClassName
{
background-color: #CFA60A;
}
.BgClassName
{
background-color: #CFA60A;
}
</style>
border-color css
<style>
span { border-color: #CFA60A; }
span { border-color: rgb(207,166,10); }
td.TdClassName
{
border-color: #CFA60A;
}
.TagClassName
{
border-color: #CFA60A;
}
</style>