Shades of Gamboge #CFA009
Tints of Gamboge #CFA009
RGB
CMYK
RGB Variations
Color information
#CFA009 (or 0xCFA009) is known color: Gamboge. HEX triplet: CF, A0 and 09. RGB value is (207,160,9). Sum of RGB (Red+Green+Blue) = 207+160+9=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA009 is #305FF6. Grayscale: #9D9D9D. Windows color (decimal): -3170295 or 630991. OLE color: 630991.
HSL color Cylindrical-coordinate representation of color #CFA009: hue angle of 45.76º 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 #CFA009 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.19 |
| HSL | 45.76º | 0.92% | 0.42% | - |
| HSV(B) | 45.76º | 0.96% | 0.81% | - |
| XYZ | 38.35 | 38.43 | 5.65 | - |
| YUV | 156.84 | 44.57 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 9 | 0 | 0.23 | 0.96 | 0.19 | 45.76 | 0.92 | 0.42 |
| Hex | CF | A0 | 9 | 0 | 17 | 60 | 13 | 2E | 5C | 2A |
| Octal | 317 | 240 | 11 | 0 | 27 | 140 | 23 | 56 | 134 | 52 |
| Binary | 11001111 | 10100000 | 1001 | 0 | 10111 | 1100000 | 10011 | 101110 | 1011100 | 101010 |
Color Harmonies of #CFA009
Complementary color
Monochromatic Colors of #CFA009
Black with #CFA009
Text Example
Text Example
White with #CFA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA009; }
p { color: rgb(207,160,9); }
H1.HeaderClassName
{
color: #CFA009;
}
.AnyTagClassName
{
color: #CFA009;
}
</style>
background-color css
<style>
a { background-color: #CFA009; }
a { background-color: rgb(207,160,9); }
div.DivClassName
{
background-color: #CFA009;
}
.BgClassName
{
background-color: #CFA009;
}
</style>
border-color css
<style>
span { border-color: #CFA009; }
span { border-color: rgb(207,160,9); }
td.TdClassName
{
border-color: #CFA009;
}
.TagClassName
{
border-color: #CFA009;
}
</style>