Shades of Gamboge #CF9610
Tints of Gamboge #CF9610
RGB
CMYK
RGB Variations
Color information
#CF9610 (or 0xCF9610) is known color: Gamboge. HEX triplet: CF, 96 and 10. RGB value is (207,150,16). Sum of RGB (Red+Green+Blue) = 207+150+16=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9610 is #3069EF. Grayscale: #989898. Windows color (decimal): -3172848 or 1087183. OLE color: 1087183.
HSL color Cylindrical-coordinate representation of color #CF9610: hue angle of 42.09º degrees, saturation: 0.86, 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 #CF9610 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.19 |
| HSL | 42.09º | 0.86% | 0.44% | - |
| HSV(B) | 42.09º | 0.92% | 0.81% | - |
| XYZ | 36.73 | 35.12 | 5.33 | - |
| YUV | 151.77 | 51.38 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 16 | 0 | 0.28 | 0.92 | 0.19 | 42.09 | 0.86 | 0.44 |
| Hex | CF | 96 | 10 | 0 | 1C | 5C | 13 | 2A | 56 | 2C |
| Octal | 317 | 226 | 20 | 0 | 34 | 134 | 23 | 52 | 126 | 54 |
| Binary | 11001111 | 10010110 | 10000 | 0 | 11100 | 1011100 | 10011 | 101010 | 1010110 | 101100 |
Color Harmonies of #CF9610
Complementary color
Monochromatic Colors of #CF9610
Black with #CF9610
Text Example
Text Example
White with #CF9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9610; }
p { color: rgb(207,150,16); }
H1.HeaderClassName
{
color: #CF9610;
}
.AnyTagClassName
{
color: #CF9610;
}
</style>
background-color css
<style>
a { background-color: #CF9610; }
a { background-color: rgb(207,150,16); }
div.DivClassName
{
background-color: #CF9610;
}
.BgClassName
{
background-color: #CF9610;
}
</style>
border-color css
<style>
span { border-color: #CF9610; }
span { border-color: rgb(207,150,16); }
td.TdClassName
{
border-color: #CF9610;
}
.TagClassName
{
border-color: #CF9610;
}
</style>