Shades of Gamboge #CF9509
Tints of Gamboge #CF9509
RGB
CMYK
RGB Variations
Color information
#CF9509 (or 0xCF9509) is known color: Gamboge. HEX triplet: CF, 95 and 09. RGB value is (207,149,9). Sum of RGB (Red+Green+Blue) = 207+149+9=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9509 is #306AF6. Grayscale: #979797. Windows color (decimal): -3173111 or 628175. OLE color: 628175.
HSL color Cylindrical-coordinate representation of color #CF9509: hue angle of 42.42º 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 #CF9509 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.19 |
| HSL | 42.42º | 0.92% | 0.42% | - |
| HSV(B) | 42.42º | 0.96% | 0.81% | - |
| XYZ | 36.53 | 34.78 | 5.05 | - |
| YUV | 150.38 | 48.22 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 9 | 0 | 0.28 | 0.96 | 0.19 | 42.42 | 0.92 | 0.42 |
| Hex | CF | 95 | 9 | 0 | 1C | 60 | 13 | 2A | 5C | 2A |
| Octal | 317 | 225 | 11 | 0 | 34 | 140 | 23 | 52 | 134 | 52 |
| Binary | 11001111 | 10010101 | 1001 | 0 | 11100 | 1100000 | 10011 | 101010 | 1011100 | 101010 |
Color Harmonies of #CF9509
Complementary color
Monochromatic Colors of #CF9509
Black with #CF9509
Text Example
Text Example
White with #CF9509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9509; }
p { color: rgb(207,149,9); }
H1.HeaderClassName
{
color: #CF9509;
}
.AnyTagClassName
{
color: #CF9509;
}
</style>
background-color css
<style>
a { background-color: #CF9509; }
a { background-color: rgb(207,149,9); }
div.DivClassName
{
background-color: #CF9509;
}
.BgClassName
{
background-color: #CF9509;
}
</style>
border-color css
<style>
span { border-color: #CF9509; }
span { border-color: rgb(207,149,9); }
td.TdClassName
{
border-color: #CF9509;
}
.TagClassName
{
border-color: #CF9509;
}
</style>