Shades of Gamboge #CF9600
Tints of Gamboge #CF9600
RGB
CMYK
RGB Variations
Color information
#CF9600 (or 0xCF9600) is known color: Gamboge. HEX triplet: CF, 96 and 00. RGB value is (207,150,0). Sum of RGB (Red+Green+Blue) = 207+150+0=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9600 is #3069FF. Grayscale: #969696. Windows color (decimal): -3172864 or 38607. OLE color: 38607.
HSL color Cylindrical-coordinate representation of color #CF9600: hue angle of 43.48º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9600 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.19 |
| HSL | 43.48º | 1% | 0.41% | - |
| HSV(B) | 43.48º | 1% | 0.81% | - |
| XYZ | 36.64 | 35.08 | 4.84 | - |
| YUV | 149.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 0 | 0 | 0.28 | 1 | 0.19 | 43.48 | 1 | 0.41 |
| Hex | CF | 96 | 0 | 0 | 1C | 64 | 13 | 2B | 64 | 29 |
| Octal | 317 | 226 | 0 | 0 | 34 | 144 | 23 | 53 | 144 | 51 |
| Binary | 11001111 | 10010110 | 0 | 0 | 11100 | 1100100 | 10011 | 101011 | 1100100 | 101001 |
Color Harmonies of #CF9600
Complementary color
Monochromatic Colors of #CF9600
Black with #CF9600
Text Example
Text Example
White with #CF9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9600; }
p { color: rgb(207,150,0); }
H1.HeaderClassName
{
color: #CF9600;
}
.AnyTagClassName
{
color: #CF9600;
}
</style>
background-color css
<style>
a { background-color: #CF9600; }
a { background-color: rgb(207,150,0); }
div.DivClassName
{
background-color: #CF9600;
}
.BgClassName
{
background-color: #CF9600;
}
</style>
border-color css
<style>
span { border-color: #CF9600; }
span { border-color: rgb(207,150,0); }
td.TdClassName
{
border-color: #CF9600;
}
.TagClassName
{
border-color: #CF9600;
}
</style>