Shades of Gamboge #CFA800
Tints of Gamboge #CFA800
RGB
CMYK
RGB Variations
Color information
#CFA800 (or 0xCFA800) is known color: Gamboge. HEX triplet: CF, A8 and 00. RGB value is (207,168,0). Sum of RGB (Red+Green+Blue) = 207+168+0=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA800 is #3057FF. Grayscale: #A1A1A1. Windows color (decimal): -3168256 or 43215. OLE color: 43215.
HSL color Cylindrical-coordinate representation of color #CFA800: hue angle of 48.7º 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 #CFA800 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.19 |
| HSL | 48.7º | 1% | 0.41% | - |
| HSV(B) | 48.7º | 1% | 0.81% | - |
| XYZ | 39.73 | 41.27 | 5.87 | - |
| YUV | 160.51 | 37.42 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 0 | 0 | 0.19 | 1 | 0.19 | 48.7 | 1 | 0.41 |
| Hex | CF | A8 | 0 | 0 | 13 | 64 | 13 | 31 | 64 | 29 |
| Octal | 317 | 250 | 0 | 0 | 23 | 144 | 23 | 61 | 144 | 51 |
| Binary | 11001111 | 10101000 | 0 | 0 | 10011 | 1100100 | 10011 | 110001 | 1100100 | 101001 |
Color Harmonies of #CFA800
Complementary color
Monochromatic Colors of #CFA800
Black with #CFA800
Text Example
Text Example
White with #CFA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA800; }
p { color: rgb(207,168,0); }
H1.HeaderClassName
{
color: #CFA800;
}
.AnyTagClassName
{
color: #CFA800;
}
</style>
background-color css
<style>
a { background-color: #CFA800; }
a { background-color: rgb(207,168,0); }
div.DivClassName
{
background-color: #CFA800;
}
.BgClassName
{
background-color: #CFA800;
}
</style>
border-color css
<style>
span { border-color: #CFA800; }
span { border-color: rgb(207,168,0); }
td.TdClassName
{
border-color: #CFA800;
}
.TagClassName
{
border-color: #CFA800;
}
</style>