Shades of Gamboge #CF9D00
Tints of Gamboge #CF9D00
RGB
CMYK
RGB Variations
Color information
#CF9D00 (or 0xCF9D00) is known color: Gamboge. HEX triplet: CF, 9D and 00. RGB value is (207,157,0). Sum of RGB (Red+Green+Blue) = 207+157+0=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9D00 is #3062FF. Grayscale: #9A9A9A. Windows color (decimal): -3171072 or 40399. OLE color: 40399.
HSL color Cylindrical-coordinate representation of color #CF9D00: hue angle of 45.51º 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 #CF9D00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.19 |
| HSL | 45.51º | 1% | 0.41% | - |
| HSV(B) | 45.51º | 1% | 0.81% | - |
| XYZ | 37.79 | 37.38 | 5.22 | - |
| YUV | 154.05 | 41.07 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 0 | 0 | 0.24 | 1 | 0.19 | 45.51 | 1 | 0.41 |
| Hex | CF | 9D | 0 | 0 | 18 | 64 | 13 | 2E | 64 | 29 |
| Octal | 317 | 235 | 0 | 0 | 30 | 144 | 23 | 56 | 144 | 51 |
| Binary | 11001111 | 10011101 | 0 | 0 | 11000 | 1100100 | 10011 | 101110 | 1100100 | 101001 |
Color Harmonies of #CF9D00
Complementary color
Monochromatic Colors of #CF9D00
Black with #CF9D00
Text Example
Text Example
White with #CF9D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D00; }
p { color: rgb(207,157,0); }
H1.HeaderClassName
{
color: #CF9D00;
}
.AnyTagClassName
{
color: #CF9D00;
}
</style>
background-color css
<style>
a { background-color: #CF9D00; }
a { background-color: rgb(207,157,0); }
div.DivClassName
{
background-color: #CF9D00;
}
.BgClassName
{
background-color: #CF9D00;
}
</style>
border-color css
<style>
span { border-color: #CF9D00; }
span { border-color: rgb(207,157,0); }
td.TdClassName
{
border-color: #CF9D00;
}
.TagClassName
{
border-color: #CF9D00;
}
</style>