Shades of Gamboge #CF9901
Tints of Gamboge #CF9901
RGB
CMYK
RGB Variations
Color information
#CF9901 (or 0xCF9901) is known color: Gamboge. HEX triplet: CF, 99 and 01. RGB value is (207,153,1). Sum of RGB (Red+Green+Blue) = 207+153+1=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9901 is #3066FE. Grayscale: #989898. Windows color (decimal): -3172095 or 104911. OLE color: 104911.
HSL color Cylindrical-coordinate representation of color #CF9901: hue angle of 44.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9901 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.19 |
| HSL | 44.27º | 0.99% | 0.41% | - |
| HSV(B) | 44.27º | 1% | 0.81% | - |
| XYZ | 37.13 | 36.05 | 5.03 | - |
| YUV | 151.82 | 42.89 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 1 | 0 | 0.26 | 1.00 | 0.19 | 44.27 | 0.99 | 0.41 |
| Hex | CF | 99 | 1 | 0 | 1A | 64 | 13 | 2C | 63 | 29 |
| Octal | 317 | 231 | 1 | 0 | 32 | 144 | 23 | 54 | 143 | 51 |
| Binary | 11001111 | 10011001 | 1 | 0 | 11010 | 1100100 | 10011 | 101100 | 1100011 | 101001 |
Color Harmonies of #CF9901
Complementary color
Monochromatic Colors of #CF9901
Black with #CF9901
Text Example
Text Example
White with #CF9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9901; }
p { color: rgb(207,153,1); }
H1.HeaderClassName
{
color: #CF9901;
}
.AnyTagClassName
{
color: #CF9901;
}
</style>
background-color css
<style>
a { background-color: #CF9901; }
a { background-color: rgb(207,153,1); }
div.DivClassName
{
background-color: #CF9901;
}
.BgClassName
{
background-color: #CF9901;
}
</style>
border-color css
<style>
span { border-color: #CF9901; }
span { border-color: rgb(207,153,1); }
td.TdClassName
{
border-color: #CF9901;
}
.TagClassName
{
border-color: #CF9901;
}
</style>