Shades of Gamboge #CFA404
Tints of Gamboge #CFA404
RGB
CMYK
RGB Variations
Color information
#CFA404 (or 0xCFA404) is known color: Gamboge. HEX triplet: CF, A4 and 04. RGB value is (207,164,4). Sum of RGB (Red+Green+Blue) = 207+164+4=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA404 is #305BFB. Grayscale: #9F9F9F. Windows color (decimal): -3169276 or 304335. OLE color: 304335.
HSL color Cylindrical-coordinate representation of color #CFA404: hue angle of 47.29º 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 #CFA404 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.19 |
| HSL | 47.29º | 0.96% | 0.41% | - |
| HSV(B) | 47.29º | 0.98% | 0.81% | - |
| XYZ | 39.03 | 39.83 | 5.74 | - |
| YUV | 158.62 | 40.75 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 4 | 0 | 0.21 | 0.98 | 0.19 | 47.29 | 0.96 | 0.41 |
| Hex | CF | A4 | 4 | 0 | 15 | 62 | 13 | 2F | 60 | 29 |
| Octal | 317 | 244 | 4 | 0 | 25 | 142 | 23 | 57 | 140 | 51 |
| Binary | 11001111 | 10100100 | 100 | 0 | 10101 | 1100010 | 10011 | 101111 | 1100000 | 101001 |
Color Harmonies of #CFA404
Complementary color
Monochromatic Colors of #CFA404
Black with #CFA404
Text Example
Text Example
White with #CFA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA404; }
p { color: rgb(207,164,4); }
H1.HeaderClassName
{
color: #CFA404;
}
.AnyTagClassName
{
color: #CFA404;
}
</style>
background-color css
<style>
a { background-color: #CFA404; }
a { background-color: rgb(207,164,4); }
div.DivClassName
{
background-color: #CFA404;
}
.BgClassName
{
background-color: #CFA404;
}
</style>
border-color css
<style>
span { border-color: #CFA404; }
span { border-color: rgb(207,164,4); }
td.TdClassName
{
border-color: #CFA404;
}
.TagClassName
{
border-color: #CFA404;
}
</style>