Shades of Gamboge #CF990A
Tints of Gamboge #CF990A
RGB
CMYK
RGB Variations
Color information
#CF990A (or 0xCF990A) is known color: Gamboge. HEX triplet: CF, 99 and 0A. RGB value is (207,153,10). Sum of RGB (Red+Green+Blue) = 207+153+10=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF990A is #3066F5. Grayscale: #999999. Windows color (decimal): -3172086 or 694735. OLE color: 694735.
HSL color Cylindrical-coordinate representation of color #CF990A: hue angle of 43.55º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF990A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.19 |
| HSL | 43.55º | 0.91% | 0.43% | - |
| HSV(B) | 43.55º | 0.95% | 0.81% | - |
| XYZ | 37.18 | 36.07 | 5.29 | - |
| YUV | 152.84 | 47.39 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 10 | 0 | 0.26 | 0.95 | 0.19 | 43.55 | 0.91 | 0.43 |
| Hex | CF | 99 | A | 0 | 1A | 5F | 13 | 2C | 5B | 2B |
| Octal | 317 | 231 | 12 | 0 | 32 | 137 | 23 | 54 | 133 | 53 |
| Binary | 11001111 | 10011001 | 1010 | 0 | 11010 | 1011111 | 10011 | 101100 | 1011011 | 101011 |
Color Harmonies of #CF990A
Complementary color
Monochromatic Colors of #CF990A
Black with #CF990A
Text Example
Text Example
White with #CF990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF990A; }
p { color: rgb(207,153,10); }
H1.HeaderClassName
{
color: #CF990A;
}
.AnyTagClassName
{
color: #CF990A;
}
</style>
background-color css
<style>
a { background-color: #CF990A; }
a { background-color: rgb(207,153,10); }
div.DivClassName
{
background-color: #CF990A;
}
.BgClassName
{
background-color: #CF990A;
}
</style>
border-color css
<style>
span { border-color: #CF990A; }
span { border-color: rgb(207,153,10); }
td.TdClassName
{
border-color: #CF990A;
}
.TagClassName
{
border-color: #CF990A;
}
</style>