Shades of Gamboge #CF9904
Tints of Gamboge #CF9904
RGB
CMYK
RGB Variations
Color information
#CF9904 (or 0xCF9904) is known color: Gamboge. HEX triplet: CF, 99 and 04. RGB value is (207,153,4). Sum of RGB (Red+Green+Blue) = 207+153+4=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9904 is #3066FB. Grayscale: #989898. Windows color (decimal): -3172092 or 301519. OLE color: 301519.
HSL color Cylindrical-coordinate representation of color #CF9904: hue angle of 44.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF9904 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.19 |
| HSL | 44.04º | 0.96% | 0.41% | - |
| HSV(B) | 44.04º | 0.98% | 0.81% | - |
| XYZ | 37.15 | 36.06 | 5.12 | - |
| YUV | 152.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 4 | 0 | 0.26 | 0.98 | 0.19 | 44.04 | 0.96 | 0.41 |
| Hex | CF | 99 | 4 | 0 | 1A | 62 | 13 | 2C | 60 | 29 |
| Octal | 317 | 231 | 4 | 0 | 32 | 142 | 23 | 54 | 140 | 51 |
| Binary | 11001111 | 10011001 | 100 | 0 | 11010 | 1100010 | 10011 | 101100 | 1100000 | 101001 |
Color Harmonies of #CF9904
Complementary color
Monochromatic Colors of #CF9904
Black with #CF9904
Text Example
Text Example
White with #CF9904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9904; }
p { color: rgb(207,153,4); }
H1.HeaderClassName
{
color: #CF9904;
}
.AnyTagClassName
{
color: #CF9904;
}
</style>
background-color css
<style>
a { background-color: #CF9904; }
a { background-color: rgb(207,153,4); }
div.DivClassName
{
background-color: #CF9904;
}
.BgClassName
{
background-color: #CF9904;
}
</style>
border-color css
<style>
span { border-color: #CF9904; }
span { border-color: rgb(207,153,4); }
td.TdClassName
{
border-color: #CF9904;
}
.TagClassName
{
border-color: #CF9904;
}
</style>