Shades of Gamboge #CF9903
Tints of Gamboge #CF9903
RGB
CMYK
RGB Variations
Color information
#CF9903 (or 0xCF9903) is known color: Gamboge. HEX triplet: CF, 99 and 03. RGB value is (207,153,3). Sum of RGB (Red+Green+Blue) = 207+153+3=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9903 is #3066FC. Grayscale: #989898. Windows color (decimal): -3172093 or 235983. OLE color: 235983.
HSL color Cylindrical-coordinate representation of color #CF9903: hue angle of 44.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF9903 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.19 |
| HSL | 44.12º | 0.97% | 0.41% | - |
| HSV(B) | 44.12º | 0.99% | 0.81% | - |
| XYZ | 37.14 | 36.05 | 5.09 | - |
| YUV | 152.05 | 43.89 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 3 | 0 | 0.26 | 0.99 | 0.19 | 44.12 | 0.97 | 0.41 |
| Hex | CF | 99 | 3 | 0 | 1A | 63 | 13 | 2C | 61 | 29 |
| Octal | 317 | 231 | 3 | 0 | 32 | 143 | 23 | 54 | 141 | 51 |
| Binary | 11001111 | 10011001 | 11 | 0 | 11010 | 1100011 | 10011 | 101100 | 1100001 | 101001 |
Color Harmonies of #CF9903
Complementary color
Monochromatic Colors of #CF9903
Black with #CF9903
Text Example
Text Example
White with #CF9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9903; }
p { color: rgb(207,153,3); }
H1.HeaderClassName
{
color: #CF9903;
}
.AnyTagClassName
{
color: #CF9903;
}
</style>
background-color css
<style>
a { background-color: #CF9903; }
a { background-color: rgb(207,153,3); }
div.DivClassName
{
background-color: #CF9903;
}
.BgClassName
{
background-color: #CF9903;
}
</style>
border-color css
<style>
span { border-color: #CF9903; }
span { border-color: rgb(207,153,3); }
td.TdClassName
{
border-color: #CF9903;
}
.TagClassName
{
border-color: #CF9903;
}
</style>