Shades of Gamboge #CFA201
Tints of Gamboge #CFA201
RGB
CMYK
RGB Variations
Color information
#CFA201 (or 0xCFA201) is known color: Gamboge. HEX triplet: CF, A2 and 01. RGB value is (207,162,1). Sum of RGB (Red+Green+Blue) = 207+162+1=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA201 is #305DFE. Grayscale: #9D9D9D. Windows color (decimal): -3169791 or 107215. OLE color: 107215.
HSL color Cylindrical-coordinate representation of color #CFA201: hue angle of 46.89º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFA201 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.19 |
| HSL | 46.89º | 0.99% | 0.41% | - |
| HSV(B) | 46.89º | 1% | 0.81% | - |
| XYZ | 38.66 | 39.11 | 5.54 | - |
| YUV | 157.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 1 | 0 | 0.22 | 1.00 | 0.19 | 46.89 | 0.99 | 0.41 |
| Hex | CF | A2 | 1 | 0 | 16 | 64 | 13 | 2F | 63 | 29 |
| Octal | 317 | 242 | 1 | 0 | 26 | 144 | 23 | 57 | 143 | 51 |
| Binary | 11001111 | 10100010 | 1 | 0 | 10110 | 1100100 | 10011 | 101111 | 1100011 | 101001 |
Color Harmonies of #CFA201
Complementary color
Monochromatic Colors of #CFA201
Black with #CFA201
Text Example
Text Example
White with #CFA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA201; }
p { color: rgb(207,162,1); }
H1.HeaderClassName
{
color: #CFA201;
}
.AnyTagClassName
{
color: #CFA201;
}
</style>
background-color css
<style>
a { background-color: #CFA201; }
a { background-color: rgb(207,162,1); }
div.DivClassName
{
background-color: #CFA201;
}
.BgClassName
{
background-color: #CFA201;
}
</style>
border-color css
<style>
span { border-color: #CFA201; }
span { border-color: rgb(207,162,1); }
td.TdClassName
{
border-color: #CFA201;
}
.TagClassName
{
border-color: #CFA201;
}
</style>