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