Shades of Gamboge #CF9411
Tints of Gamboge #CF9411
RGB
CMYK
RGB Variations
Color information
#CF9411 (or 0xCF9411) is known color: Gamboge. HEX triplet: CF, 94 and 11. RGB value is (207,148,17). Sum of RGB (Red+Green+Blue) = 207+148+17=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9411 is #306BEE. Grayscale: #979797. Windows color (decimal): -3173359 or 1152207. OLE color: 1152207.
HSL color Cylindrical-coordinate representation of color #CF9411: hue angle of 41.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF9411 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.19 |
| HSL | 41.37º | 0.85% | 0.44% | - |
| HSV(B) | 41.37º | 0.92% | 0.81% | - |
| XYZ | 36.42 | 34.49 | 5.27 | - |
| YUV | 150.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 17 | 0 | 0.29 | 0.92 | 0.19 | 41.37 | 0.85 | 0.44 |
| Hex | CF | 94 | 11 | 0 | 1D | 5C | 13 | 29 | 55 | 2C |
| Octal | 317 | 224 | 21 | 0 | 35 | 134 | 23 | 51 | 125 | 54 |
| Binary | 11001111 | 10010100 | 10001 | 0 | 11101 | 1011100 | 10011 | 101001 | 1010101 | 101100 |
Color Harmonies of #CF9411
Complementary color
Monochromatic Colors of #CF9411
Black with #CF9411
Text Example
Text Example
White with #CF9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9411; }
p { color: rgb(207,148,17); }
H1.HeaderClassName
{
color: #CF9411;
}
.AnyTagClassName
{
color: #CF9411;
}
</style>
background-color css
<style>
a { background-color: #CF9411; }
a { background-color: rgb(207,148,17); }
div.DivClassName
{
background-color: #CF9411;
}
.BgClassName
{
background-color: #CF9411;
}
</style>
border-color css
<style>
span { border-color: #CF9411; }
span { border-color: rgb(207,148,17); }
td.TdClassName
{
border-color: #CF9411;
}
.TagClassName
{
border-color: #CF9411;
}
</style>