Shades of Gamboge #CF9400
Tints of Gamboge #CF9400
RGB
CMYK
RGB Variations
Color information
#CF9400 (or 0xCF9400) is known color: Gamboge. HEX triplet: CF, 94 and 00. RGB value is (207,148,0). Sum of RGB (Red+Green+Blue) = 207+148+0=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9400 is #306BFF. Grayscale: #959595. Windows color (decimal): -3173376 or 38095. OLE color: 38095.
HSL color Cylindrical-coordinate representation of color #CF9400: hue angle of 42.9º 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 #CF9400 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.19 |
| HSL | 42.9º | 1% | 0.41% | - |
| HSV(B) | 42.9º | 1% | 0.81% | - |
| XYZ | 36.32 | 34.45 | 4.73 | - |
| YUV | 148.77 | 44.05 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 0 | 0 | 0.29 | 1 | 0.19 | 42.9 | 1 | 0.41 |
| Hex | CF | 94 | 0 | 0 | 1D | 64 | 13 | 2B | 64 | 29 |
| Octal | 317 | 224 | 0 | 0 | 35 | 144 | 23 | 53 | 144 | 51 |
| Binary | 11001111 | 10010100 | 0 | 0 | 11101 | 1100100 | 10011 | 101011 | 1100100 | 101001 |
Color Harmonies of #CF9400
Complementary color
Monochromatic Colors of #CF9400
Black with #CF9400
Text Example
Text Example
White with #CF9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9400; }
p { color: rgb(207,148,0); }
H1.HeaderClassName
{
color: #CF9400;
}
.AnyTagClassName
{
color: #CF9400;
}
</style>
background-color css
<style>
a { background-color: #CF9400; }
a { background-color: rgb(207,148,0); }
div.DivClassName
{
background-color: #CF9400;
}
.BgClassName
{
background-color: #CF9400;
}
</style>
border-color css
<style>
span { border-color: #CF9400; }
span { border-color: rgb(207,148,0); }
td.TdClassName
{
border-color: #CF9400;
}
.TagClassName
{
border-color: #CF9400;
}
</style>