Shades of Gamboge #CFA700
Tints of Gamboge #CFA700
RGB
CMYK
RGB Variations
Color information
#CFA700 (or 0xCFA700) is known color: Gamboge. HEX triplet: CF, A7 and 00. RGB value is (207,167,0). Sum of RGB (Red+Green+Blue) = 207+167+0=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA700 is #3058FF. Grayscale: #A0A0A0. Windows color (decimal): -3168512 or 42959. OLE color: 42959.
HSL color Cylindrical-coordinate representation of color #CFA700: hue angle of 48.41º 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 #CFA700 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.19 |
| HSL | 48.41º | 1% | 0.41% | - |
| HSV(B) | 48.41º | 1% | 0.81% | - |
| XYZ | 39.55 | 40.9 | 5.81 | - |
| YUV | 159.92 | 37.75 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 0 | 0 | 0.19 | 1 | 0.19 | 48.41 | 1 | 0.41 |
| Hex | CF | A7 | 0 | 0 | 13 | 64 | 13 | 30 | 64 | 29 |
| Octal | 317 | 247 | 0 | 0 | 23 | 144 | 23 | 60 | 144 | 51 |
| Binary | 11001111 | 10100111 | 0 | 0 | 10011 | 1100100 | 10011 | 110000 | 1100100 | 101001 |
Color Harmonies of #CFA700
Complementary color
Monochromatic Colors of #CFA700
Black with #CFA700
Text Example
Text Example
White with #CFA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA700; }
p { color: rgb(207,167,0); }
H1.HeaderClassName
{
color: #CFA700;
}
.AnyTagClassName
{
color: #CFA700;
}
</style>
background-color css
<style>
a { background-color: #CFA700; }
a { background-color: rgb(207,167,0); }
div.DivClassName
{
background-color: #CFA700;
}
.BgClassName
{
background-color: #CFA700;
}
</style>
border-color css
<style>
span { border-color: #CFA700; }
span { border-color: rgb(207,167,0); }
td.TdClassName
{
border-color: #CFA700;
}
.TagClassName
{
border-color: #CFA700;
}
</style>