Shades of Gamboge #CF9510
Tints of Gamboge #CF9510
RGB
CMYK
RGB Variations
Color information
#CF9510 (or 0xCF9510) is known color: Gamboge. HEX triplet: CF, 95 and 10. RGB value is (207,149,16). Sum of RGB (Red+Green+Blue) = 207+149+16=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9510 is #306AEF. Grayscale: #979797. Windows color (decimal): -3173104 or 1086927. OLE color: 1086927.
HSL color Cylindrical-coordinate representation of color #CF9510: hue angle of 41.78º 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 #CF9510 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.19 |
| HSL | 41.78º | 0.86% | 0.44% | - |
| HSV(B) | 41.78º | 0.92% | 0.81% | - |
| XYZ | 36.57 | 34.8 | 5.28 | - |
| YUV | 151.18 | 51.72 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 16 | 0 | 0.28 | 0.92 | 0.19 | 41.78 | 0.86 | 0.44 |
| Hex | CF | 95 | 10 | 0 | 1C | 5C | 13 | 2A | 56 | 2C |
| Octal | 317 | 225 | 20 | 0 | 34 | 134 | 23 | 52 | 126 | 54 |
| Binary | 11001111 | 10010101 | 10000 | 0 | 11100 | 1011100 | 10011 | 101010 | 1010110 | 101100 |
Color Harmonies of #CF9510
Complementary color
Monochromatic Colors of #CF9510
Black with #CF9510
Text Example
Text Example
White with #CF9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9510; }
p { color: rgb(207,149,16); }
H1.HeaderClassName
{
color: #CF9510;
}
.AnyTagClassName
{
color: #CF9510;
}
</style>
background-color css
<style>
a { background-color: #CF9510; }
a { background-color: rgb(207,149,16); }
div.DivClassName
{
background-color: #CF9510;
}
.BgClassName
{
background-color: #CF9510;
}
</style>
border-color css
<style>
span { border-color: #CF9510; }
span { border-color: rgb(207,149,16); }
td.TdClassName
{
border-color: #CF9510;
}
.TagClassName
{
border-color: #CF9510;
}
</style>