Shades of Gamboge #CFA907
Tints of Gamboge #CFA907
RGB
CMYK
RGB Variations
Color information
#CFA907 (or 0xCFA907) is known color: Gamboge. HEX triplet: CF, A9 and 07. RGB value is (207,169,7). Sum of RGB (Red+Green+Blue) = 207+169+7=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA907 is #3056F8. Grayscale: #A2A2A2. Windows color (decimal): -3167993 or 502223. OLE color: 502223.
HSL color Cylindrical-coordinate representation of color #CFA907: hue angle of 48.6º 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 #CFA907 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.19 |
| HSL | 48.6º | 0.93% | 0.42% | - |
| HSV(B) | 48.6º | 0.97% | 0.81% | - |
| XYZ | 39.96 | 41.66 | 6.14 | - |
| YUV | 161.89 | 40.59 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 7 | 0 | 0.18 | 0.97 | 0.19 | 48.6 | 0.93 | 0.42 |
| Hex | CF | A9 | 7 | 0 | 12 | 61 | 13 | 31 | 5D | 2A |
| Octal | 317 | 251 | 7 | 0 | 22 | 141 | 23 | 61 | 135 | 52 |
| Binary | 11001111 | 10101001 | 111 | 0 | 10010 | 1100001 | 10011 | 110001 | 1011101 | 101010 |
Color Harmonies of #CFA907
Complementary color
Monochromatic Colors of #CFA907
Black with #CFA907
Text Example
Text Example
White with #CFA907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA907; }
p { color: rgb(207,169,7); }
H1.HeaderClassName
{
color: #CFA907;
}
.AnyTagClassName
{
color: #CFA907;
}
</style>
background-color css
<style>
a { background-color: #CFA907; }
a { background-color: rgb(207,169,7); }
div.DivClassName
{
background-color: #CFA907;
}
.BgClassName
{
background-color: #CFA907;
}
</style>
border-color css
<style>
span { border-color: #CFA907; }
span { border-color: rgb(207,169,7); }
td.TdClassName
{
border-color: #CFA907;
}
.TagClassName
{
border-color: #CFA907;
}
</style>