Shades of Gamboge #CF9712
Tints of Gamboge #CF9712
RGB
CMYK
RGB Variations
Color information
#CF9712 (or 0xCF9712) is known color: Gamboge. HEX triplet: CF, 97 and 12. RGB value is (207,151,18). Sum of RGB (Red+Green+Blue) = 207+151+18=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9712 is #3068ED. Grayscale: #999999. Windows color (decimal): -3172590 or 1218511. OLE color: 1218511.
HSL color Cylindrical-coordinate representation of color #CF9712: hue angle of 42.22º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF9712 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 18 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.19 |
| HSL | 42.22º | 0.84% | 0.44% | - |
| HSV(B) | 42.22º | 0.91% | 0.81% | - |
| XYZ | 36.91 | 35.44 | 5.47 | - |
| YUV | 152.58 | 52.05 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 18 | 0 | 0.27 | 0.91 | 0.19 | 42.22 | 0.84 | 0.44 |
| Hex | CF | 97 | 12 | 0 | 1B | 5B | 13 | 2A | 54 | 2C |
| Octal | 317 | 227 | 22 | 0 | 33 | 133 | 23 | 52 | 124 | 54 |
| Binary | 11001111 | 10010111 | 10010 | 0 | 11011 | 1011011 | 10011 | 101010 | 1010100 | 101100 |
Color Harmonies of #CF9712
Complementary color
Monochromatic Colors of #CF9712
Black with #CF9712
Text Example
Text Example
White with #CF9712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9712; }
p { color: rgb(207,151,18); }
H1.HeaderClassName
{
color: #CF9712;
}
.AnyTagClassName
{
color: #CF9712;
}
</style>
background-color css
<style>
a { background-color: #CF9712; }
a { background-color: rgb(207,151,18); }
div.DivClassName
{
background-color: #CF9712;
}
.BgClassName
{
background-color: #CF9712;
}
</style>
border-color css
<style>
span { border-color: #CF9712; }
span { border-color: rgb(207,151,18); }
td.TdClassName
{
border-color: #CF9712;
}
.TagClassName
{
border-color: #CF9712;
}
</style>