Shades of Gamboge #CFA109
Tints of Gamboge #CFA109
RGB
CMYK
RGB Variations
Color information
#CFA109 (or 0xCFA109) is known color: Gamboge. HEX triplet: CF, A1 and 09. RGB value is (207,161,9). Sum of RGB (Red+Green+Blue) = 207+161+9=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA109 is #305EF6. Grayscale: #9E9E9E. Windows color (decimal): -3170039 or 631247. OLE color: 631247.
HSL color Cylindrical-coordinate representation of color #CFA109: hue angle of 46.06º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFA109 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.19 |
| HSL | 46.06º | 0.92% | 0.42% | - |
| HSV(B) | 46.06º | 0.96% | 0.81% | - |
| XYZ | 38.53 | 38.77 | 5.71 | - |
| YUV | 157.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 9 | 0 | 0.22 | 0.96 | 0.19 | 46.06 | 0.92 | 0.42 |
| Hex | CF | A1 | 9 | 0 | 16 | 60 | 13 | 2E | 5C | 2A |
| Octal | 317 | 241 | 11 | 0 | 26 | 140 | 23 | 56 | 134 | 52 |
| Binary | 11001111 | 10100001 | 1001 | 0 | 10110 | 1100000 | 10011 | 101110 | 1011100 | 101010 |
Color Harmonies of #CFA109
Complementary color
Monochromatic Colors of #CFA109
Black with #CFA109
Text Example
Text Example
White with #CFA109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA109; }
p { color: rgb(207,161,9); }
H1.HeaderClassName
{
color: #CFA109;
}
.AnyTagClassName
{
color: #CFA109;
}
</style>
background-color css
<style>
a { background-color: #CFA109; }
a { background-color: rgb(207,161,9); }
div.DivClassName
{
background-color: #CFA109;
}
.BgClassName
{
background-color: #CFA109;
}
</style>
border-color css
<style>
span { border-color: #CFA109; }
span { border-color: rgb(207,161,9); }
td.TdClassName
{
border-color: #CFA109;
}
.TagClassName
{
border-color: #CFA109;
}
</style>