Shades of Gamboge #CFA609
Tints of Gamboge #CFA609
RGB
CMYK
RGB Variations
Color information
#CFA609 (or 0xCFA609) is known color: Gamboge. HEX triplet: CF, A6 and 09. RGB value is (207,166,9). Sum of RGB (Red+Green+Blue) = 207+166+9=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA609 is #3059F6. Grayscale: #A1A1A1. Windows color (decimal): -3168759 or 632527. OLE color: 632527.
HSL color Cylindrical-coordinate representation of color #CFA609: hue angle of 47.58º 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 #CFA609 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.19 |
| HSL | 47.58º | 0.92% | 0.42% | - |
| HSV(B) | 47.58º | 0.96% | 0.81% | - |
| XYZ | 39.42 | 40.56 | 6.01 | - |
| YUV | 160.36 | 42.58 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 9 | 0 | 0.20 | 0.96 | 0.19 | 47.58 | 0.92 | 0.42 |
| Hex | CF | A6 | 9 | 0 | 14 | 60 | 13 | 30 | 5C | 2A |
| Octal | 317 | 246 | 11 | 0 | 24 | 140 | 23 | 60 | 134 | 52 |
| Binary | 11001111 | 10100110 | 1001 | 0 | 10100 | 1100000 | 10011 | 110000 | 1011100 | 101010 |
Color Harmonies of #CFA609
Complementary color
Monochromatic Colors of #CFA609
Black with #CFA609
Text Example
Text Example
White with #CFA609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA609; }
p { color: rgb(207,166,9); }
H1.HeaderClassName
{
color: #CFA609;
}
.AnyTagClassName
{
color: #CFA609;
}
</style>
background-color css
<style>
a { background-color: #CFA609; }
a { background-color: rgb(207,166,9); }
div.DivClassName
{
background-color: #CFA609;
}
.BgClassName
{
background-color: #CFA609;
}
</style>
border-color css
<style>
span { border-color: #CFA609; }
span { border-color: rgb(207,166,9); }
td.TdClassName
{
border-color: #CFA609;
}
.TagClassName
{
border-color: #CFA609;
}
</style>