Shades of Gamboge #CF9D01
Tints of Gamboge #CF9D01
RGB
CMYK
RGB Variations
Color information
#CF9D01 (or 0xCF9D01) is known color: Gamboge. HEX triplet: CF, 9D and 01. RGB value is (207,157,1). Sum of RGB (Red+Green+Blue) = 207+157+1=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9D01 is #3062FE. Grayscale: #9A9A9A. Windows color (decimal): -3171071 or 105935. OLE color: 105935.
HSL color Cylindrical-coordinate representation of color #CF9D01: hue angle of 45.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9D01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.19 |
| HSL | 45.44º | 0.99% | 0.41% | - |
| HSV(B) | 45.44º | 1% | 0.81% | - |
| XYZ | 37.79 | 37.38 | 5.25 | - |
| YUV | 154.17 | 41.57 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 1 | 0 | 0.24 | 1.00 | 0.19 | 45.44 | 0.99 | 0.41 |
| Hex | CF | 9D | 1 | 0 | 18 | 64 | 13 | 2D | 63 | 29 |
| Octal | 317 | 235 | 1 | 0 | 30 | 144 | 23 | 55 | 143 | 51 |
| Binary | 11001111 | 10011101 | 1 | 0 | 11000 | 1100100 | 10011 | 101101 | 1100011 | 101001 |
Color Harmonies of #CF9D01
Complementary color
Monochromatic Colors of #CF9D01
Black with #CF9D01
Text Example
Text Example
White with #CF9D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D01; }
p { color: rgb(207,157,1); }
H1.HeaderClassName
{
color: #CF9D01;
}
.AnyTagClassName
{
color: #CF9D01;
}
</style>
background-color css
<style>
a { background-color: #CF9D01; }
a { background-color: rgb(207,157,1); }
div.DivClassName
{
background-color: #CF9D01;
}
.BgClassName
{
background-color: #CF9D01;
}
</style>
border-color css
<style>
span { border-color: #CF9D01; }
span { border-color: rgb(207,157,1); }
td.TdClassName
{
border-color: #CF9D01;
}
.TagClassName
{
border-color: #CF9D01;
}
</style>