Shades of Gamboge #CF9412
Tints of Gamboge #CF9412
RGB
CMYK
RGB Variations
Color information
#CF9412 (or 0xCF9412) is known color: Gamboge. HEX triplet: CF, 94 and 12. RGB value is (207,148,18). Sum of RGB (Red+Green+Blue) = 207+148+18=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9412 is #306BED. Grayscale: #979797. Windows color (decimal): -3173358 or 1217743. OLE color: 1217743.
HSL color Cylindrical-coordinate representation of color #CF9412: hue angle of 41.27º degrees, saturation: 0.84, 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 #CF9412 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 18 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.19 |
| HSL | 41.27º | 0.84% | 0.44% | - |
| HSV(B) | 41.27º | 0.91% | 0.81% | - |
| XYZ | 36.43 | 34.49 | 5.31 | - |
| YUV | 150.82 | 53.05 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 18 | 0 | 0.29 | 0.91 | 0.19 | 41.27 | 0.84 | 0.44 |
| Hex | CF | 94 | 12 | 0 | 1D | 5B | 13 | 29 | 54 | 2C |
| Octal | 317 | 224 | 22 | 0 | 35 | 133 | 23 | 51 | 124 | 54 |
| Binary | 11001111 | 10010100 | 10010 | 0 | 11101 | 1011011 | 10011 | 101001 | 1010100 | 101100 |
Color Harmonies of #CF9412
Complementary color
Monochromatic Colors of #CF9412
Black with #CF9412
Text Example
Text Example
White with #CF9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9412; }
p { color: rgb(207,148,18); }
H1.HeaderClassName
{
color: #CF9412;
}
.AnyTagClassName
{
color: #CF9412;
}
</style>
background-color css
<style>
a { background-color: #CF9412; }
a { background-color: rgb(207,148,18); }
div.DivClassName
{
background-color: #CF9412;
}
.BgClassName
{
background-color: #CF9412;
}
</style>
border-color css
<style>
span { border-color: #CF9412; }
span { border-color: rgb(207,148,18); }
td.TdClassName
{
border-color: #CF9412;
}
.TagClassName
{
border-color: #CF9412;
}
</style>