Shades of Gamboge #CFA409
Tints of Gamboge #CFA409
RGB
CMYK
RGB Variations
Color information
#CFA409 (or 0xCFA409) is known color: Gamboge. HEX triplet: CF, A4 and 09. RGB value is (207,164,9). Sum of RGB (Red+Green+Blue) = 207+164+9=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA409 is #305BF6. Grayscale: #9F9F9F. Windows color (decimal): -3169271 or 632015. OLE color: 632015.
HSL color Cylindrical-coordinate representation of color #CFA409: hue angle of 46.97º 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 #CFA409 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.19 |
| HSL | 46.97º | 0.92% | 0.42% | - |
| HSV(B) | 46.97º | 0.96% | 0.81% | - |
| XYZ | 39.06 | 39.84 | 5.89 | - |
| YUV | 159.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 9 | 0 | 0.21 | 0.96 | 0.19 | 46.97 | 0.92 | 0.42 |
| Hex | CF | A4 | 9 | 0 | 15 | 60 | 13 | 2F | 5C | 2A |
| Octal | 317 | 244 | 11 | 0 | 25 | 140 | 23 | 57 | 134 | 52 |
| Binary | 11001111 | 10100100 | 1001 | 0 | 10101 | 1100000 | 10011 | 101111 | 1011100 | 101010 |
Color Harmonies of #CFA409
Complementary color
Monochromatic Colors of #CFA409
Black with #CFA409
Text Example
Text Example
White with #CFA409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA409; }
p { color: rgb(207,164,9); }
H1.HeaderClassName
{
color: #CFA409;
}
.AnyTagClassName
{
color: #CFA409;
}
</style>
background-color css
<style>
a { background-color: #CFA409; }
a { background-color: rgb(207,164,9); }
div.DivClassName
{
background-color: #CFA409;
}
.BgClassName
{
background-color: #CFA409;
}
</style>
border-color css
<style>
span { border-color: #CFA409; }
span { border-color: rgb(207,164,9); }
td.TdClassName
{
border-color: #CFA409;
}
.TagClassName
{
border-color: #CFA409;
}
</style>