Shades of Gamboge #CF9811
Tints of Gamboge #CF9811
RGB
CMYK
RGB Variations
Color information
#CF9811 (or 0xCF9811) is known color: Gamboge. HEX triplet: CF, 98 and 11. RGB value is (207,152,17). Sum of RGB (Red+Green+Blue) = 207+152+17=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9811 is #3067EE. Grayscale: #999999. Windows color (decimal): -3172335 or 1153231. OLE color: 1153231.
HSL color Cylindrical-coordinate representation of color #CF9811: hue angle of 42.63º 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 #CF9811 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 17 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.19 |
| HSL | 42.63º | 0.85% | 0.44% | - |
| HSV(B) | 42.63º | 0.92% | 0.81% | - |
| XYZ | 37.06 | 35.76 | 5.48 | - |
| YUV | 153.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 17 | 0 | 0.27 | 0.92 | 0.19 | 42.63 | 0.85 | 0.44 |
| Hex | CF | 98 | 11 | 0 | 1B | 5C | 13 | 2B | 55 | 2C |
| Octal | 317 | 230 | 21 | 0 | 33 | 134 | 23 | 53 | 125 | 54 |
| Binary | 11001111 | 10011000 | 10001 | 0 | 11011 | 1011100 | 10011 | 101011 | 1010101 | 101100 |
Color Harmonies of #CF9811
Complementary color
Monochromatic Colors of #CF9811
Black with #CF9811
Text Example
Text Example
White with #CF9811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9811; }
p { color: rgb(207,152,17); }
H1.HeaderClassName
{
color: #CF9811;
}
.AnyTagClassName
{
color: #CF9811;
}
</style>
background-color css
<style>
a { background-color: #CF9811; }
a { background-color: rgb(207,152,17); }
div.DivClassName
{
background-color: #CF9811;
}
.BgClassName
{
background-color: #CF9811;
}
</style>
border-color css
<style>
span { border-color: #CF9811; }
span { border-color: rgb(207,152,17); }
td.TdClassName
{
border-color: #CF9811;
}
.TagClassName
{
border-color: #CF9811;
}
</style>