Shades of Gamboge #CF960D
Tints of Gamboge #CF960D
RGB
CMYK
RGB Variations
Color information
#CF960D (or 0xCF960D) is known color: Gamboge. HEX triplet: CF, 96 and 0D. RGB value is (207,150,13). Sum of RGB (Red+Green+Blue) = 207+150+13=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF960D is #3069F2. Grayscale: #989898. Windows color (decimal): -3172851 or 890575. OLE color: 890575.
HSL color Cylindrical-coordinate representation of color #CF960D: hue angle of 42.37º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF960D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.19 |
| HSL | 42.37º | 0.88% | 0.43% | - |
| HSV(B) | 42.37º | 0.94% | 0.81% | - |
| XYZ | 36.71 | 35.11 | 5.22 | - |
| YUV | 151.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 13 | 0 | 0.28 | 0.94 | 0.19 | 42.37 | 0.88 | 0.43 |
| Hex | CF | 96 | D | 0 | 1C | 5E | 13 | 2A | 58 | 2B |
| Octal | 317 | 226 | 15 | 0 | 34 | 136 | 23 | 52 | 130 | 53 |
| Binary | 11001111 | 10010110 | 1101 | 0 | 11100 | 1011110 | 10011 | 101010 | 1011000 | 101011 |
Color Harmonies of #CF960D
Complementary color
Monochromatic Colors of #CF960D
Black with #CF960D
Text Example
Text Example
White with #CF960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF960D; }
p { color: rgb(207,150,13); }
H1.HeaderClassName
{
color: #CF960D;
}
.AnyTagClassName
{
color: #CF960D;
}
</style>
background-color css
<style>
a { background-color: #CF960D; }
a { background-color: rgb(207,150,13); }
div.DivClassName
{
background-color: #CF960D;
}
.BgClassName
{
background-color: #CF960D;
}
</style>
border-color css
<style>
span { border-color: #CF960D; }
span { border-color: rgb(207,150,13); }
td.TdClassName
{
border-color: #CF960D;
}
.TagClassName
{
border-color: #CF960D;
}
</style>