Shades of Gamboge #CFA204
Tints of Gamboge #CFA204
RGB
CMYK
RGB Variations
Color information
#CFA204 (or 0xCFA204) is known color: Gamboge. HEX triplet: CF, A2 and 04. RGB value is (207,162,4). Sum of RGB (Red+Green+Blue) = 207+162+4=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA204 is #305DFB. Grayscale: #9E9E9E. Windows color (decimal): -3169788 or 303823. OLE color: 303823.
HSL color Cylindrical-coordinate representation of color #CFA204: hue angle of 46.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFA204 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.19 |
| HSL | 46.7º | 0.96% | 0.41% | - |
| HSV(B) | 46.7º | 0.98% | 0.81% | - |
| XYZ | 38.67 | 39.11 | 5.63 | - |
| YUV | 157.44 | 41.41 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 4 | 0 | 0.22 | 0.98 | 0.19 | 46.7 | 0.96 | 0.41 |
| Hex | CF | A2 | 4 | 0 | 16 | 62 | 13 | 2F | 60 | 29 |
| Octal | 317 | 242 | 4 | 0 | 26 | 142 | 23 | 57 | 140 | 51 |
| Binary | 11001111 | 10100010 | 100 | 0 | 10110 | 1100010 | 10011 | 101111 | 1100000 | 101001 |
Color Harmonies of #CFA204
Complementary color
Monochromatic Colors of #CFA204
Black with #CFA204
Text Example
Text Example
White with #CFA204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA204; }
p { color: rgb(207,162,4); }
H1.HeaderClassName
{
color: #CFA204;
}
.AnyTagClassName
{
color: #CFA204;
}
</style>
background-color css
<style>
a { background-color: #CFA204; }
a { background-color: rgb(207,162,4); }
div.DivClassName
{
background-color: #CFA204;
}
.BgClassName
{
background-color: #CFA204;
}
</style>
border-color css
<style>
span { border-color: #CFA204; }
span { border-color: rgb(207,162,4); }
td.TdClassName
{
border-color: #CFA204;
}
.TagClassName
{
border-color: #CFA204;
}
</style>