Shades of Gamboge #CFA701
Tints of Gamboge #CFA701
RGB
CMYK
RGB Variations
Color information
#CFA701 (or 0xCFA701) is known color: Gamboge. HEX triplet: CF, A7 and 01. RGB value is (207,167,1). Sum of RGB (Red+Green+Blue) = 207+167+1=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA701 is #3058FE. Grayscale: #A0A0A0. Windows color (decimal): -3168511 or 108495. OLE color: 108495.
HSL color Cylindrical-coordinate representation of color #CFA701: hue angle of 48.35º 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 #CFA701 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.19 |
| HSL | 48.35º | 0.99% | 0.41% | - |
| HSV(B) | 48.35º | 1% | 0.81% | - |
| XYZ | 39.56 | 40.91 | 5.84 | - |
| YUV | 160.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 1 | 0 | 0.19 | 1.00 | 0.19 | 48.35 | 0.99 | 0.41 |
| Hex | CF | A7 | 1 | 0 | 13 | 64 | 13 | 30 | 63 | 29 |
| Octal | 317 | 247 | 1 | 0 | 23 | 144 | 23 | 60 | 143 | 51 |
| Binary | 11001111 | 10100111 | 1 | 0 | 10011 | 1100100 | 10011 | 110000 | 1100011 | 101001 |
Color Harmonies of #CFA701
Complementary color
Monochromatic Colors of #CFA701
Black with #CFA701
Text Example
Text Example
White with #CFA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA701; }
p { color: rgb(207,167,1); }
H1.HeaderClassName
{
color: #CFA701;
}
.AnyTagClassName
{
color: #CFA701;
}
</style>
background-color css
<style>
a { background-color: #CFA701; }
a { background-color: rgb(207,167,1); }
div.DivClassName
{
background-color: #CFA701;
}
.BgClassName
{
background-color: #CFA701;
}
</style>
border-color css
<style>
span { border-color: #CFA701; }
span { border-color: rgb(207,167,1); }
td.TdClassName
{
border-color: #CFA701;
}
.TagClassName
{
border-color: #CFA701;
}
</style>