Shades of Gamboge #CF990F
Tints of Gamboge #CF990F
RGB
CMYK
RGB Variations
Color information
#CF990F (or 0xCF990F) is known color: Gamboge. HEX triplet: CF, 99 and 0F. RGB value is (207,153,15). Sum of RGB (Red+Green+Blue) = 207+153+15=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF990F is #3066F0. Grayscale: #9A9A9A. Windows color (decimal): -3172081 or 1022415. OLE color: 1022415.
HSL color Cylindrical-coordinate representation of color #CF990F: hue angle of 43.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF990F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 15 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.19 |
| HSL | 43.13º | 0.86% | 0.44% | - |
| HSV(B) | 43.13º | 0.93% | 0.81% | - |
| XYZ | 37.21 | 36.08 | 5.46 | - |
| YUV | 153.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 15 | 0 | 0.26 | 0.93 | 0.19 | 43.13 | 0.86 | 0.44 |
| Hex | CF | 99 | F | 0 | 1A | 5D | 13 | 2B | 56 | 2C |
| Octal | 317 | 231 | 17 | 0 | 32 | 135 | 23 | 53 | 126 | 54 |
| Binary | 11001111 | 10011001 | 1111 | 0 | 11010 | 1011101 | 10011 | 101011 | 1010110 | 101100 |
Color Harmonies of #CF990F
Complementary color
Monochromatic Colors of #CF990F
Black with #CF990F
Text Example
Text Example
White with #CF990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF990F; }
p { color: rgb(207,153,15); }
H1.HeaderClassName
{
color: #CF990F;
}
.AnyTagClassName
{
color: #CF990F;
}
</style>
background-color css
<style>
a { background-color: #CF990F; }
a { background-color: rgb(207,153,15); }
div.DivClassName
{
background-color: #CF990F;
}
.BgClassName
{
background-color: #CF990F;
}
</style>
border-color css
<style>
span { border-color: #CF990F; }
span { border-color: rgb(207,153,15); }
td.TdClassName
{
border-color: #CF990F;
}
.TagClassName
{
border-color: #CF990F;
}
</style>