Shades of Gamboge #CF9200
Tints of Gamboge #CF9200
RGB
CMYK
RGB Variations
Color information
#CF9200 (or 0xCF9200) is known color: Gamboge. HEX triplet: CF, 92 and 00. RGB value is (207,146,0). Sum of RGB (Red+Green+Blue) = 207+146+0=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9200 is #306DFF. Grayscale: #949494. Windows color (decimal): -3173888 or 37583. OLE color: 37583.
HSL color Cylindrical-coordinate representation of color #CF9200: hue angle of 42.32º 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 #CF9200 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.19 |
| HSL | 42.32º | 1% | 0.41% | - |
| HSV(B) | 42.32º | 1% | 0.81% | - |
| XYZ | 36.01 | 33.82 | 4.63 | - |
| YUV | 147.6 | 44.71 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 0 | 0 | 0.29 | 1 | 0.19 | 42.32 | 1 | 0.41 |
| Hex | CF | 92 | 0 | 0 | 1D | 64 | 13 | 2A | 64 | 29 |
| Octal | 317 | 222 | 0 | 0 | 35 | 144 | 23 | 52 | 144 | 51 |
| Binary | 11001111 | 10010010 | 0 | 0 | 11101 | 1100100 | 10011 | 101010 | 1100100 | 101001 |
Color Harmonies of #CF9200
Complementary color
Monochromatic Colors of #CF9200
Black with #CF9200
Text Example
Text Example
White with #CF9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9200; }
p { color: rgb(207,146,0); }
H1.HeaderClassName
{
color: #CF9200;
}
.AnyTagClassName
{
color: #CF9200;
}
</style>
background-color css
<style>
a { background-color: #CF9200; }
a { background-color: rgb(207,146,0); }
div.DivClassName
{
background-color: #CF9200;
}
.BgClassName
{
background-color: #CF9200;
}
</style>
border-color css
<style>
span { border-color: #CF9200; }
span { border-color: rgb(207,146,0); }
td.TdClassName
{
border-color: #CF9200;
}
.TagClassName
{
border-color: #CF9200;
}
</style>