Shades of Gamboge #CF9C00
Tints of Gamboge #CF9C00
RGB
CMYK
RGB Variations
Color information
#CF9C00 (or 0xCF9C00) is known color: Gamboge. HEX triplet: CF, 9C and 00. RGB value is (207,156,0). Sum of RGB (Red+Green+Blue) = 207+156+0=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9C00 is #3063FF. Grayscale: #9A9A9A. Windows color (decimal): -3171328 or 40143. OLE color: 40143.
HSL color Cylindrical-coordinate representation of color #CF9C00: hue angle of 45.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9C00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.19 |
| HSL | 45.22º | 1% | 0.41% | - |
| HSV(B) | 45.22º | 1% | 0.81% | - |
| XYZ | 37.62 | 37.04 | 5.17 | - |
| YUV | 153.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 0 | 0 | 0.25 | 1 | 0.19 | 45.22 | 1 | 0.41 |
| Hex | CF | 9C | 0 | 0 | 19 | 64 | 13 | 2D | 64 | 29 |
| Octal | 317 | 234 | 0 | 0 | 31 | 144 | 23 | 55 | 144 | 51 |
| Binary | 11001111 | 10011100 | 0 | 0 | 11001 | 1100100 | 10011 | 101101 | 1100100 | 101001 |
Color Harmonies of #CF9C00
Complementary color
Monochromatic Colors of #CF9C00
Black with #CF9C00
Text Example
Text Example
White with #CF9C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C00; }
p { color: rgb(207,156,0); }
H1.HeaderClassName
{
color: #CF9C00;
}
.AnyTagClassName
{
color: #CF9C00;
}
</style>
background-color css
<style>
a { background-color: #CF9C00; }
a { background-color: rgb(207,156,0); }
div.DivClassName
{
background-color: #CF9C00;
}
.BgClassName
{
background-color: #CF9C00;
}
</style>
border-color css
<style>
span { border-color: #CF9C00; }
span { border-color: rgb(207,156,0); }
td.TdClassName
{
border-color: #CF9C00;
}
.TagClassName
{
border-color: #CF9C00;
}
</style>