Shades of Gamboge #CFA104
Tints of Gamboge #CFA104
RGB
CMYK
RGB Variations
Color information
#CFA104 (or 0xCFA104) is known color: Gamboge. HEX triplet: CF, A1 and 04. RGB value is (207,161,4). Sum of RGB (Red+Green+Blue) = 207+161+4=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA104 is #305EFB. Grayscale: #9D9D9D. Windows color (decimal): -3170044 or 303567. OLE color: 303567.
HSL color Cylindrical-coordinate representation of color #CFA104: hue angle of 46.4º 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 #CFA104 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.19 |
| HSL | 46.4º | 0.96% | 0.41% | - |
| HSV(B) | 46.4º | 0.98% | 0.81% | - |
| XYZ | 38.5 | 38.76 | 5.57 | - |
| YUV | 156.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 4 | 0 | 0.22 | 0.98 | 0.19 | 46.4 | 0.96 | 0.41 |
| Hex | CF | A1 | 4 | 0 | 16 | 62 | 13 | 2E | 60 | 29 |
| Octal | 317 | 241 | 4 | 0 | 26 | 142 | 23 | 56 | 140 | 51 |
| Binary | 11001111 | 10100001 | 100 | 0 | 10110 | 1100010 | 10011 | 101110 | 1100000 | 101001 |
Color Harmonies of #CFA104
Complementary color
Monochromatic Colors of #CFA104
Black with #CFA104
Text Example
Text Example
White with #CFA104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA104; }
p { color: rgb(207,161,4); }
H1.HeaderClassName
{
color: #CFA104;
}
.AnyTagClassName
{
color: #CFA104;
}
</style>
background-color css
<style>
a { background-color: #CFA104; }
a { background-color: rgb(207,161,4); }
div.DivClassName
{
background-color: #CFA104;
}
.BgClassName
{
background-color: #CFA104;
}
</style>
border-color css
<style>
span { border-color: #CFA104; }
span { border-color: rgb(207,161,4); }
td.TdClassName
{
border-color: #CFA104;
}
.TagClassName
{
border-color: #CFA104;
}
</style>