Shades of Gamboge #CFAA01
Tints of Gamboge #CFAA01
RGB
CMYK
RGB Variations
Color information
#CFAA01 (or 0xCFAA01) is known color: Gamboge. HEX triplet: CF, AA and 01. RGB value is (207,170,1). Sum of RGB (Red+Green+Blue) = 207+170+1=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA01 is #3055FE. Grayscale: #A2A2A2. Windows color (decimal): -3167743 or 109263. OLE color: 109263.
HSL color Cylindrical-coordinate representation of color #CFAA01: hue angle of 49.22º 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 #CFAA01 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.19 |
| HSL | 49.22º | 0.99% | 0.41% | - |
| HSV(B) | 49.22º | 1% | 0.81% | - |
| XYZ | 40.11 | 42.02 | 6.02 | - |
| YUV | 161.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 1 | 0 | 0.18 | 1.00 | 0.19 | 49.22 | 0.99 | 0.41 |
| Hex | CF | AA | 1 | 0 | 12 | 64 | 13 | 31 | 63 | 29 |
| Octal | 317 | 252 | 1 | 0 | 22 | 144 | 23 | 61 | 143 | 51 |
| Binary | 11001111 | 10101010 | 1 | 0 | 10010 | 1100100 | 10011 | 110001 | 1100011 | 101001 |
Color Harmonies of #CFAA01
Complementary color
Monochromatic Colors of #CFAA01
Black with #CFAA01
Text Example
Text Example
White with #CFAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA01; }
p { color: rgb(207,170,1); }
H1.HeaderClassName
{
color: #CFAA01;
}
.AnyTagClassName
{
color: #CFAA01;
}
</style>
background-color css
<style>
a { background-color: #CFAA01; }
a { background-color: rgb(207,170,1); }
div.DivClassName
{
background-color: #CFAA01;
}
.BgClassName
{
background-color: #CFAA01;
}
</style>
border-color css
<style>
span { border-color: #CFAA01; }
span { border-color: rgb(207,170,1); }
td.TdClassName
{
border-color: #CFAA01;
}
.TagClassName
{
border-color: #CFAA01;
}
</style>