Shades of Gamboge #CFA407
Tints of Gamboge #CFA407
RGB
CMYK
RGB Variations
Color information
#CFA407 (or 0xCFA407) is known color: Gamboge. HEX triplet: CF, A4 and 07. RGB value is (207,164,7). Sum of RGB (Red+Green+Blue) = 207+164+7=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA407 is #305BF8. Grayscale: #9F9F9F. Windows color (decimal): -3169273 or 500943. OLE color: 500943.
HSL color Cylindrical-coordinate representation of color #CFA407: hue angle of 47.1º degrees, saturation: 0.93, 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 #CFA407 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.19 |
| HSL | 47.1º | 0.93% | 0.42% | - |
| HSV(B) | 47.1º | 0.97% | 0.81% | - |
| XYZ | 39.05 | 39.83 | 5.83 | - |
| YUV | 158.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 7 | 0 | 0.21 | 0.97 | 0.19 | 47.1 | 0.93 | 0.42 |
| Hex | CF | A4 | 7 | 0 | 15 | 61 | 13 | 2F | 5D | 2A |
| Octal | 317 | 244 | 7 | 0 | 25 | 141 | 23 | 57 | 135 | 52 |
| Binary | 11001111 | 10100100 | 111 | 0 | 10101 | 1100001 | 10011 | 101111 | 1011101 | 101010 |
Color Harmonies of #CFA407
Complementary color
Monochromatic Colors of #CFA407
Black with #CFA407
Text Example
Text Example
White with #CFA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA407; }
p { color: rgb(207,164,7); }
H1.HeaderClassName
{
color: #CFA407;
}
.AnyTagClassName
{
color: #CFA407;
}
</style>
background-color css
<style>
a { background-color: #CFA407; }
a { background-color: rgb(207,164,7); }
div.DivClassName
{
background-color: #CFA407;
}
.BgClassName
{
background-color: #CFA407;
}
</style>
border-color css
<style>
span { border-color: #CFA407; }
span { border-color: rgb(207,164,7); }
td.TdClassName
{
border-color: #CFA407;
}
.TagClassName
{
border-color: #CFA407;
}
</style>