Shades of Gamboge #CFA509
Tints of Gamboge #CFA509
RGB
CMYK
RGB Variations
Color information
#CFA509 (or 0xCFA509) is known color: Gamboge. HEX triplet: CF, A5 and 09. RGB value is (207,165,9). Sum of RGB (Red+Green+Blue) = 207+165+9=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA509 is #305AF6. Grayscale: #A0A0A0. Windows color (decimal): -3169015 or 632271. OLE color: 632271.
HSL color Cylindrical-coordinate representation of color #CFA509: hue angle of 47.27º 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 #CFA509 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.19 |
| HSL | 47.27º | 0.92% | 0.42% | - |
| HSV(B) | 47.27º | 0.96% | 0.81% | - |
| XYZ | 39.24 | 40.2 | 5.95 | - |
| YUV | 159.77 | 42.91 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 9 | 0 | 0.20 | 0.96 | 0.19 | 47.27 | 0.92 | 0.42 |
| Hex | CF | A5 | 9 | 0 | 14 | 60 | 13 | 2F | 5C | 2A |
| Octal | 317 | 245 | 11 | 0 | 24 | 140 | 23 | 57 | 134 | 52 |
| Binary | 11001111 | 10100101 | 1001 | 0 | 10100 | 1100000 | 10011 | 101111 | 1011100 | 101010 |
Color Harmonies of #CFA509
Complementary color
Monochromatic Colors of #CFA509
Black with #CFA509
Text Example
Text Example
White with #CFA509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA509; }
p { color: rgb(207,165,9); }
H1.HeaderClassName
{
color: #CFA509;
}
.AnyTagClassName
{
color: #CFA509;
}
</style>
background-color css
<style>
a { background-color: #CFA509; }
a { background-color: rgb(207,165,9); }
div.DivClassName
{
background-color: #CFA509;
}
.BgClassName
{
background-color: #CFA509;
}
</style>
border-color css
<style>
span { border-color: #CFA509; }
span { border-color: rgb(207,165,9); }
td.TdClassName
{
border-color: #CFA509;
}
.TagClassName
{
border-color: #CFA509;
}
</style>