Shades of Gamboge #CFA206
Tints of Gamboge #CFA206
RGB
CMYK
RGB Variations
Color information
#CFA206 (or 0xCFA206) is known color: Gamboge. HEX triplet: CF, A2 and 06. RGB value is (207,162,6). Sum of RGB (Red+Green+Blue) = 207+162+6=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA206 is #305DF9. Grayscale: #9E9E9E. Windows color (decimal): -3169786 or 434895. OLE color: 434895.
HSL color Cylindrical-coordinate representation of color #CFA206: hue angle of 46.57º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFA206 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.19 |
| HSL | 46.57º | 0.94% | 0.42% | - |
| HSV(B) | 46.57º | 0.97% | 0.81% | - |
| XYZ | 38.69 | 39.12 | 5.68 | - |
| YUV | 157.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 6 | 0 | 0.22 | 0.97 | 0.19 | 46.57 | 0.94 | 0.42 |
| Hex | CF | A2 | 6 | 0 | 16 | 61 | 13 | 2F | 5E | 2A |
| Octal | 317 | 242 | 6 | 0 | 26 | 141 | 23 | 57 | 136 | 52 |
| Binary | 11001111 | 10100010 | 110 | 0 | 10110 | 1100001 | 10011 | 101111 | 1011110 | 101010 |
Color Harmonies of #CFA206
Complementary color
Monochromatic Colors of #CFA206
Black with #CFA206
Text Example
Text Example
White with #CFA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA206; }
p { color: rgb(207,162,6); }
H1.HeaderClassName
{
color: #CFA206;
}
.AnyTagClassName
{
color: #CFA206;
}
</style>
background-color css
<style>
a { background-color: #CFA206; }
a { background-color: rgb(207,162,6); }
div.DivClassName
{
background-color: #CFA206;
}
.BgClassName
{
background-color: #CFA206;
}
</style>
border-color css
<style>
span { border-color: #CFA206; }
span { border-color: rgb(207,162,6); }
td.TdClassName
{
border-color: #CFA206;
}
.TagClassName
{
border-color: #CFA206;
}
</style>