Shades of Gamboge #CF9006
Tints of Gamboge #CF9006
RGB
CMYK
RGB Variations
Color information
#CF9006 (or 0xCF9006) is known color: Gamboge. HEX triplet: CF, 90 and 06. RGB value is (207,144,6). Sum of RGB (Red+Green+Blue) = 207+144+6=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9006 is #306FF9. Grayscale: #939393. Windows color (decimal): -3174394 or 430287. OLE color: 430287.
HSL color Cylindrical-coordinate representation of color #CF9006: hue angle of 41.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF9006 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.19 |
| HSL | 41.19º | 0.94% | 0.42% | - |
| HSV(B) | 41.19º | 0.97% | 0.81% | - |
| XYZ | 35.74 | 33.23 | 4.7 | - |
| YUV | 147.11 | 48.37 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 6 | 0 | 0.30 | 0.97 | 0.19 | 41.19 | 0.94 | 0.42 |
| Hex | CF | 90 | 6 | 0 | 1E | 61 | 13 | 29 | 5E | 2A |
| Octal | 317 | 220 | 6 | 0 | 36 | 141 | 23 | 51 | 136 | 52 |
| Binary | 11001111 | 10010000 | 110 | 0 | 11110 | 1100001 | 10011 | 101001 | 1011110 | 101010 |
Color Harmonies of #CF9006
Complementary color
Monochromatic Colors of #CF9006
Black with #CF9006
Text Example
Text Example
White with #CF9006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9006; }
p { color: rgb(207,144,6); }
H1.HeaderClassName
{
color: #CF9006;
}
.AnyTagClassName
{
color: #CF9006;
}
</style>
background-color css
<style>
a { background-color: #CF9006; }
a { background-color: rgb(207,144,6); }
div.DivClassName
{
background-color: #CF9006;
}
.BgClassName
{
background-color: #CF9006;
}
</style>
border-color css
<style>
span { border-color: #CF9006; }
span { border-color: rgb(207,144,6); }
td.TdClassName
{
border-color: #CF9006;
}
.TagClassName
{
border-color: #CF9006;
}
</style>