Shades of Gamboge #CF9910
Tints of Gamboge #CF9910
RGB
CMYK
RGB Variations
Color information
#CF9910 (or 0xCF9910) is known color: Gamboge. HEX triplet: CF, 99 and 10. RGB value is (207,153,16). Sum of RGB (Red+Green+Blue) = 207+153+16=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9910 is #3066EF. Grayscale: #9A9A9A. Windows color (decimal): -3172080 or 1087951. OLE color: 1087951.
HSL color Cylindrical-coordinate representation of color #CF9910: hue angle of 43.04º 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 #CF9910 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 16 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.19 |
| HSL | 43.04º | 0.86% | 0.44% | - |
| HSV(B) | 43.04º | 0.92% | 0.81% | - |
| XYZ | 37.22 | 36.09 | 5.49 | - |
| YUV | 153.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 16 | 0 | 0.26 | 0.92 | 0.19 | 43.04 | 0.86 | 0.44 |
| Hex | CF | 99 | 10 | 0 | 1A | 5C | 13 | 2B | 56 | 2C |
| Octal | 317 | 231 | 20 | 0 | 32 | 134 | 23 | 53 | 126 | 54 |
| Binary | 11001111 | 10011001 | 10000 | 0 | 11010 | 1011100 | 10011 | 101011 | 1010110 | 101100 |
Color Harmonies of #CF9910
Complementary color
Monochromatic Colors of #CF9910
Black with #CF9910
Text Example
Text Example
White with #CF9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9910; }
p { color: rgb(207,153,16); }
H1.HeaderClassName
{
color: #CF9910;
}
.AnyTagClassName
{
color: #CF9910;
}
</style>
background-color css
<style>
a { background-color: #CF9910; }
a { background-color: rgb(207,153,16); }
div.DivClassName
{
background-color: #CF9910;
}
.BgClassName
{
background-color: #CF9910;
}
</style>
border-color css
<style>
span { border-color: #CF9910; }
span { border-color: rgb(207,153,16); }
td.TdClassName
{
border-color: #CF9910;
}
.TagClassName
{
border-color: #CF9910;
}
</style>