Shades of Gamboge #CF9513
Tints of Gamboge #CF9513
RGB
CMYK
RGB Variations
Color information
#CF9513 (or 0xCF9513) is known color: Gamboge. HEX triplet: CF, 95 and 13. RGB value is (207,149,19). Sum of RGB (Red+Green+Blue) = 207+149+19=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9513 is #306AEC. Grayscale: #989898. Windows color (decimal): -3173101 or 1283535. OLE color: 1283535.
HSL color Cylindrical-coordinate representation of color #CF9513: hue angle of 41.49º degrees, saturation: 0.83, 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 #CF9513 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 19 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.19 |
| HSL | 41.49º | 0.83% | 0.44% | - |
| HSV(B) | 41.49º | 0.91% | 0.81% | - |
| XYZ | 36.6 | 34.81 | 5.41 | - |
| YUV | 151.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 19 | 0 | 0.28 | 0.91 | 0.19 | 41.49 | 0.83 | 0.44 |
| Hex | CF | 95 | 13 | 0 | 1C | 5B | 13 | 29 | 53 | 2C |
| Octal | 317 | 225 | 23 | 0 | 34 | 133 | 23 | 51 | 123 | 54 |
| Binary | 11001111 | 10010101 | 10011 | 0 | 11100 | 1011011 | 10011 | 101001 | 1010011 | 101100 |
Color Harmonies of #CF9513
Complementary color
Monochromatic Colors of #CF9513
Black with #CF9513
Text Example
Text Example
White with #CF9513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9513; }
p { color: rgb(207,149,19); }
H1.HeaderClassName
{
color: #CF9513;
}
.AnyTagClassName
{
color: #CF9513;
}
</style>
background-color css
<style>
a { background-color: #CF9513; }
a { background-color: rgb(207,149,19); }
div.DivClassName
{
background-color: #CF9513;
}
.BgClassName
{
background-color: #CF9513;
}
</style>
border-color css
<style>
span { border-color: #CF9513; }
span { border-color: rgb(207,149,19); }
td.TdClassName
{
border-color: #CF9513;
}
.TagClassName
{
border-color: #CF9513;
}
</style>