Shades of Gamboge #CF9B09
Tints of Gamboge #CF9B09
RGB
CMYK
RGB Variations
Color information
#CF9B09 (or 0xCF9B09) is known color: Gamboge. HEX triplet: CF, 9B and 09. RGB value is (207,155,9). Sum of RGB (Red+Green+Blue) = 207+155+9=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9B09 is #3064F6. Grayscale: #9A9A9A. Windows color (decimal): -3171575 or 629711. OLE color: 629711.
HSL color Cylindrical-coordinate representation of color #CF9B09: hue angle of 44.24º 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 #CF9B09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.19 |
| HSL | 44.24º | 0.92% | 0.42% | - |
| HSV(B) | 44.24º | 0.96% | 0.81% | - |
| XYZ | 37.5 | 36.73 | 5.37 | - |
| YUV | 153.9 | 46.23 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 9 | 0 | 0.25 | 0.96 | 0.19 | 44.24 | 0.92 | 0.42 |
| Hex | CF | 9B | 9 | 0 | 19 | 60 | 13 | 2C | 5C | 2A |
| Octal | 317 | 233 | 11 | 0 | 31 | 140 | 23 | 54 | 134 | 52 |
| Binary | 11001111 | 10011011 | 1001 | 0 | 11001 | 1100000 | 10011 | 101100 | 1011100 | 101010 |
Color Harmonies of #CF9B09
Complementary color
Monochromatic Colors of #CF9B09
Black with #CF9B09
Text Example
Text Example
White with #CF9B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B09; }
p { color: rgb(207,155,9); }
H1.HeaderClassName
{
color: #CF9B09;
}
.AnyTagClassName
{
color: #CF9B09;
}
</style>
background-color css
<style>
a { background-color: #CF9B09; }
a { background-color: rgb(207,155,9); }
div.DivClassName
{
background-color: #CF9B09;
}
.BgClassName
{
background-color: #CF9B09;
}
</style>
border-color css
<style>
span { border-color: #CF9B09; }
span { border-color: rgb(207,155,9); }
td.TdClassName
{
border-color: #CF9B09;
}
.TagClassName
{
border-color: #CF9B09;
}
</style>