Shades of Gamboge #CFA804
Tints of Gamboge #CFA804
RGB
CMYK
RGB Variations
Color information
#CFA804 (or 0xCFA804) is known color: Gamboge. HEX triplet: CF, A8 and 04. RGB value is (207,168,4). Sum of RGB (Red+Green+Blue) = 207+168+4=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA804 is #3057FB. Grayscale: #A1A1A1. Windows color (decimal): -3168252 or 305359. OLE color: 305359.
HSL color Cylindrical-coordinate representation of color #CFA804: hue angle of 48.47º 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 #CFA804 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.19 |
| HSL | 48.47º | 0.96% | 0.41% | - |
| HSV(B) | 48.47º | 0.98% | 0.81% | - |
| XYZ | 39.76 | 41.28 | 5.99 | - |
| YUV | 160.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 4 | 0 | 0.19 | 0.98 | 0.19 | 48.47 | 0.96 | 0.41 |
| Hex | CF | A8 | 4 | 0 | 13 | 62 | 13 | 30 | 60 | 29 |
| Octal | 317 | 250 | 4 | 0 | 23 | 142 | 23 | 60 | 140 | 51 |
| Binary | 11001111 | 10101000 | 100 | 0 | 10011 | 1100010 | 10011 | 110000 | 1100000 | 101001 |
Color Harmonies of #CFA804
Complementary color
Monochromatic Colors of #CFA804
Black with #CFA804
Text Example
Text Example
White with #CFA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA804; }
p { color: rgb(207,168,4); }
H1.HeaderClassName
{
color: #CFA804;
}
.AnyTagClassName
{
color: #CFA804;
}
</style>
background-color css
<style>
a { background-color: #CFA804; }
a { background-color: rgb(207,168,4); }
div.DivClassName
{
background-color: #CFA804;
}
.BgClassName
{
background-color: #CFA804;
}
</style>
border-color css
<style>
span { border-color: #CFA804; }
span { border-color: rgb(207,168,4); }
td.TdClassName
{
border-color: #CFA804;
}
.TagClassName
{
border-color: #CFA804;
}
</style>