Shades of Gamboge #CFA601
Tints of Gamboge #CFA601
RGB
CMYK
RGB Variations
Color information
#CFA601 (or 0xCFA601) is known color: Gamboge. HEX triplet: CF, A6 and 01. RGB value is (207,166,1). Sum of RGB (Red+Green+Blue) = 207+166+1=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA601 is #3059FE. Grayscale: #A0A0A0. Windows color (decimal): -3168767 or 108239. OLE color: 108239.
HSL color Cylindrical-coordinate representation of color #CFA601: hue angle of 48.06º 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 #CFA601 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.19 |
| HSL | 48.06º | 0.99% | 0.41% | - |
| HSV(B) | 48.06º | 1% | 0.81% | - |
| XYZ | 39.37 | 40.54 | 5.78 | - |
| YUV | 159.45 | 38.58 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 1 | 0 | 0.20 | 1.00 | 0.19 | 48.06 | 0.99 | 0.41 |
| Hex | CF | A6 | 1 | 0 | 14 | 64 | 13 | 30 | 63 | 29 |
| Octal | 317 | 246 | 1 | 0 | 24 | 144 | 23 | 60 | 143 | 51 |
| Binary | 11001111 | 10100110 | 1 | 0 | 10100 | 1100100 | 10011 | 110000 | 1100011 | 101001 |
Color Harmonies of #CFA601
Complementary color
Monochromatic Colors of #CFA601
Black with #CFA601
Text Example
Text Example
White with #CFA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA601; }
p { color: rgb(207,166,1); }
H1.HeaderClassName
{
color: #CFA601;
}
.AnyTagClassName
{
color: #CFA601;
}
</style>
background-color css
<style>
a { background-color: #CFA601; }
a { background-color: rgb(207,166,1); }
div.DivClassName
{
background-color: #CFA601;
}
.BgClassName
{
background-color: #CFA601;
}
</style>
border-color css
<style>
span { border-color: #CFA601; }
span { border-color: rgb(207,166,1); }
td.TdClassName
{
border-color: #CFA601;
}
.TagClassName
{
border-color: #CFA601;
}
</style>