Shades of Gamboge #CF9612
Tints of Gamboge #CF9612
RGB
CMYK
RGB Variations
Color information
#CF9612 (or 0xCF9612) is known color: Gamboge. HEX triplet: CF, 96 and 12. RGB value is (207,150,18). Sum of RGB (Red+Green+Blue) = 207+150+18=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9612 is #3069ED. Grayscale: #989898. Windows color (decimal): -3172846 or 1218255. OLE color: 1218255.
HSL color Cylindrical-coordinate representation of color #CF9612: hue angle of 41.9º 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 #CF9612 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 18 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.19 |
| HSL | 41.9º | 0.84% | 0.44% | - |
| HSV(B) | 41.9º | 0.91% | 0.81% | - |
| XYZ | 36.75 | 35.12 | 5.41 | - |
| YUV | 152 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 18 | 0 | 0.28 | 0.91 | 0.19 | 41.9 | 0.84 | 0.44 |
| Hex | CF | 96 | 12 | 0 | 1C | 5B | 13 | 2A | 54 | 2C |
| Octal | 317 | 226 | 22 | 0 | 34 | 133 | 23 | 52 | 124 | 54 |
| Binary | 11001111 | 10010110 | 10010 | 0 | 11100 | 1011011 | 10011 | 101010 | 1010100 | 101100 |
Color Harmonies of #CF9612
Complementary color
Monochromatic Colors of #CF9612
Black with #CF9612
Text Example
Text Example
White with #CF9612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9612; }
p { color: rgb(207,150,18); }
H1.HeaderClassName
{
color: #CF9612;
}
.AnyTagClassName
{
color: #CF9612;
}
</style>
background-color css
<style>
a { background-color: #CF9612; }
a { background-color: rgb(207,150,18); }
div.DivClassName
{
background-color: #CF9612;
}
.BgClassName
{
background-color: #CF9612;
}
</style>
border-color css
<style>
span { border-color: #CF9612; }
span { border-color: rgb(207,150,18); }
td.TdClassName
{
border-color: #CF9612;
}
.TagClassName
{
border-color: #CF9612;
}
</style>