Shades of Gamboge #CFAA00
Tints of Gamboge #CFAA00
RGB
CMYK
RGB Variations
Color information
#CFAA00 (or 0xCFAA00) is known color: Gamboge. HEX triplet: CF, AA and 00. RGB value is (207,170,0). Sum of RGB (Red+Green+Blue) = 207+170+0=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA00 is #3055FF. Grayscale: #A2A2A2. Windows color (decimal): -3167744 or 43727. OLE color: 43727.
HSL color Cylindrical-coordinate representation of color #CFAA00: hue angle of 49.28º 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 #CFAA00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.19 |
| HSL | 49.28º | 1% | 0.41% | - |
| HSV(B) | 49.28º | 1% | 0.81% | - |
| XYZ | 40.11 | 42.01 | 6 | - |
| YUV | 161.68 | 36.76 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 0 | 0 | 0.18 | 1 | 0.19 | 49.28 | 1 | 0.41 |
| Hex | CF | AA | 0 | 0 | 12 | 64 | 13 | 31 | 64 | 29 |
| Octal | 317 | 252 | 0 | 0 | 22 | 144 | 23 | 61 | 144 | 51 |
| Binary | 11001111 | 10101010 | 0 | 0 | 10010 | 1100100 | 10011 | 110001 | 1100100 | 101001 |
Color Harmonies of #CFAA00
Complementary color
Monochromatic Colors of #CFAA00
Black with #CFAA00
Text Example
Text Example
White with #CFAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA00; }
p { color: rgb(207,170,0); }
H1.HeaderClassName
{
color: #CFAA00;
}
.AnyTagClassName
{
color: #CFAA00;
}
</style>
background-color css
<style>
a { background-color: #CFAA00; }
a { background-color: rgb(207,170,0); }
div.DivClassName
{
background-color: #CFAA00;
}
.BgClassName
{
background-color: #CFAA00;
}
</style>
border-color css
<style>
span { border-color: #CFAA00; }
span { border-color: rgb(207,170,0); }
td.TdClassName
{
border-color: #CFAA00;
}
.TagClassName
{
border-color: #CFAA00;
}
</style>