Shades of Gamboge #CF9300
Tints of Gamboge #CF9300
RGB
CMYK
RGB Variations
Color information
#CF9300 (or 0xCF9300) is known color: Gamboge. HEX triplet: CF, 93 and 00. RGB value is (207,147,0). Sum of RGB (Red+Green+Blue) = 207+147+0=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9300 is #306CFF. Grayscale: #949494. Windows color (decimal): -3173632 or 37839. OLE color: 37839.
HSL color Cylindrical-coordinate representation of color #CF9300: hue angle of 42.61º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9300 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.19 |
| HSL | 42.61º | 1% | 0.41% | - |
| HSV(B) | 42.61º | 1% | 0.81% | - |
| XYZ | 36.17 | 34.13 | 4.68 | - |
| YUV | 148.18 | 44.38 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 0 | 0 | 0.29 | 1 | 0.19 | 42.61 | 1 | 0.41 |
| Hex | CF | 93 | 0 | 0 | 1D | 64 | 13 | 2B | 64 | 29 |
| Octal | 317 | 223 | 0 | 0 | 35 | 144 | 23 | 53 | 144 | 51 |
| Binary | 11001111 | 10010011 | 0 | 0 | 11101 | 1100100 | 10011 | 101011 | 1100100 | 101001 |
Color Harmonies of #CF9300
Complementary color
Monochromatic Colors of #CF9300
Black with #CF9300
Text Example
Text Example
White with #CF9300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9300; }
p { color: rgb(207,147,0); }
H1.HeaderClassName
{
color: #CF9300;
}
.AnyTagClassName
{
color: #CF9300;
}
</style>
background-color css
<style>
a { background-color: #CF9300; }
a { background-color: rgb(207,147,0); }
div.DivClassName
{
background-color: #CF9300;
}
.BgClassName
{
background-color: #CF9300;
}
</style>
border-color css
<style>
span { border-color: #CF9300; }
span { border-color: rgb(207,147,0); }
td.TdClassName
{
border-color: #CF9300;
}
.TagClassName
{
border-color: #CF9300;
}
</style>