Shades of Gamboge #CF9311
Tints of Gamboge #CF9311
RGB
CMYK
RGB Variations
Color information
#CF9311 (or 0xCF9311) is known color: Gamboge. HEX triplet: CF, 93 and 11. RGB value is (207,147,17). Sum of RGB (Red+Green+Blue) = 207+147+17=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9311 is #306CEE. Grayscale: #969696. Windows color (decimal): -3173615 or 1151951. OLE color: 1151951.
HSL color Cylindrical-coordinate representation of color #CF9311: hue angle of 41.05º 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 #CF9311 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.19 |
| HSL | 41.05º | 0.85% | 0.44% | - |
| HSV(B) | 41.05º | 0.92% | 0.81% | - |
| XYZ | 36.27 | 34.17 | 5.21 | - |
| YUV | 150.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 17 | 0 | 0.29 | 0.92 | 0.19 | 41.05 | 0.85 | 0.44 |
| Hex | CF | 93 | 11 | 0 | 1D | 5C | 13 | 29 | 55 | 2C |
| Octal | 317 | 223 | 21 | 0 | 35 | 134 | 23 | 51 | 125 | 54 |
| Binary | 11001111 | 10010011 | 10001 | 0 | 11101 | 1011100 | 10011 | 101001 | 1010101 | 101100 |
Color Harmonies of #CF9311
Complementary color
Monochromatic Colors of #CF9311
Black with #CF9311
Text Example
Text Example
White with #CF9311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9311; }
p { color: rgb(207,147,17); }
H1.HeaderClassName
{
color: #CF9311;
}
.AnyTagClassName
{
color: #CF9311;
}
</style>
background-color css
<style>
a { background-color: #CF9311; }
a { background-color: rgb(207,147,17); }
div.DivClassName
{
background-color: #CF9311;
}
.BgClassName
{
background-color: #CF9311;
}
</style>
border-color css
<style>
span { border-color: #CF9311; }
span { border-color: rgb(207,147,17); }
td.TdClassName
{
border-color: #CF9311;
}
.TagClassName
{
border-color: #CF9311;
}
</style>