Shades of Gamboge #CF9804
Tints of Gamboge #CF9804
RGB
CMYK
RGB Variations
Color information
#CF9804 (or 0xCF9804) is known color: Gamboge. HEX triplet: CF, 98 and 04. RGB value is (207,152,4). Sum of RGB (Red+Green+Blue) = 207+152+4=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9804 is #3067FB. Grayscale: #989898. Windows color (decimal): -3172348 or 301263. OLE color: 301263.
HSL color Cylindrical-coordinate representation of color #CF9804: hue angle of 43.74º 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 #CF9804 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.19 |
| HSL | 43.74º | 0.96% | 0.41% | - |
| HSV(B) | 43.74º | 0.98% | 0.81% | - |
| XYZ | 36.98 | 35.73 | 5.06 | - |
| YUV | 151.57 | 44.72 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 4 | 0 | 0.27 | 0.98 | 0.19 | 43.74 | 0.96 | 0.41 |
| Hex | CF | 98 | 4 | 0 | 1B | 62 | 13 | 2C | 60 | 29 |
| Octal | 317 | 230 | 4 | 0 | 33 | 142 | 23 | 54 | 140 | 51 |
| Binary | 11001111 | 10011000 | 100 | 0 | 11011 | 1100010 | 10011 | 101100 | 1100000 | 101001 |
Color Harmonies of #CF9804
Complementary color
Monochromatic Colors of #CF9804
Black with #CF9804
Text Example
Text Example
White with #CF9804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9804; }
p { color: rgb(207,152,4); }
H1.HeaderClassName
{
color: #CF9804;
}
.AnyTagClassName
{
color: #CF9804;
}
</style>
background-color css
<style>
a { background-color: #CF9804; }
a { background-color: rgb(207,152,4); }
div.DivClassName
{
background-color: #CF9804;
}
.BgClassName
{
background-color: #CF9804;
}
</style>
border-color css
<style>
span { border-color: #CF9804; }
span { border-color: rgb(207,152,4); }
td.TdClassName
{
border-color: #CF9804;
}
.TagClassName
{
border-color: #CF9804;
}
</style>