Shades of Gamboge #CF9F04
Tints of Gamboge #CF9F04
RGB
CMYK
RGB Variations
Color information
#CF9F04 (or 0xCF9F04) is known color: Gamboge. HEX triplet: CF, 9F and 04. RGB value is (207,159,4). Sum of RGB (Red+Green+Blue) = 207+159+4=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9F04 is #3060FB. Grayscale: #9C9C9C. Windows color (decimal): -3170556 or 303055. OLE color: 303055.
HSL color Cylindrical-coordinate representation of color #CF9F04: hue angle of 45.81º 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 #CF9F04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.19 |
| HSL | 45.81º | 0.96% | 0.41% | - |
| HSV(B) | 45.81º | 0.98% | 0.81% | - |
| XYZ | 38.15 | 38.07 | 5.45 | - |
| YUV | 155.68 | 42.4 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 4 | 0 | 0.23 | 0.98 | 0.19 | 45.81 | 0.96 | 0.41 |
| Hex | CF | 9F | 4 | 0 | 17 | 62 | 13 | 2E | 60 | 29 |
| Octal | 317 | 237 | 4 | 0 | 27 | 142 | 23 | 56 | 140 | 51 |
| Binary | 11001111 | 10011111 | 100 | 0 | 10111 | 1100010 | 10011 | 101110 | 1100000 | 101001 |
Color Harmonies of #CF9F04
Complementary color
Monochromatic Colors of #CF9F04
Black with #CF9F04
Text Example
Text Example
White with #CF9F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F04; }
p { color: rgb(207,159,4); }
H1.HeaderClassName
{
color: #CF9F04;
}
.AnyTagClassName
{
color: #CF9F04;
}
</style>
background-color css
<style>
a { background-color: #CF9F04; }
a { background-color: rgb(207,159,4); }
div.DivClassName
{
background-color: #CF9F04;
}
.BgClassName
{
background-color: #CF9F04;
}
</style>
border-color css
<style>
span { border-color: #CF9F04; }
span { border-color: rgb(207,159,4); }
td.TdClassName
{
border-color: #CF9F04;
}
.TagClassName
{
border-color: #CF9F04;
}
</style>