Shades of Gamboge #CF9B11
Tints of Gamboge #CF9B11
RGB
CMYK
RGB Variations
Color information
#CF9B11 (or 0xCF9B11) is known color: Gamboge. HEX triplet: CF, 9B and 11. RGB value is (207,155,17). Sum of RGB (Red+Green+Blue) = 207+155+17=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9B11 is #3064EE. Grayscale: #9B9B9B. Windows color (decimal): -3171567 or 1153999. OLE color: 1153999.
HSL color Cylindrical-coordinate representation of color #CF9B11: hue angle of 43.58º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF9B11 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 17 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.19 |
| HSL | 43.58º | 0.85% | 0.44% | - |
| HSV(B) | 43.58º | 0.92% | 0.81% | - |
| XYZ | 37.55 | 36.75 | 5.64 | - |
| YUV | 154.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 17 | 0 | 0.25 | 0.92 | 0.19 | 43.58 | 0.85 | 0.44 |
| Hex | CF | 9B | 11 | 0 | 19 | 5C | 13 | 2C | 55 | 2C |
| Octal | 317 | 233 | 21 | 0 | 31 | 134 | 23 | 54 | 125 | 54 |
| Binary | 11001111 | 10011011 | 10001 | 0 | 11001 | 1011100 | 10011 | 101100 | 1010101 | 101100 |
Color Harmonies of #CF9B11
Complementary color
Monochromatic Colors of #CF9B11
Black with #CF9B11
Text Example
Text Example
White with #CF9B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B11; }
p { color: rgb(207,155,17); }
H1.HeaderClassName
{
color: #CF9B11;
}
.AnyTagClassName
{
color: #CF9B11;
}
</style>
background-color css
<style>
a { background-color: #CF9B11; }
a { background-color: rgb(207,155,17); }
div.DivClassName
{
background-color: #CF9B11;
}
.BgClassName
{
background-color: #CF9B11;
}
</style>
border-color css
<style>
span { border-color: #CF9B11; }
span { border-color: rgb(207,155,17); }
td.TdClassName
{
border-color: #CF9B11;
}
.TagClassName
{
border-color: #CF9B11;
}
</style>