Shades of Gamboge #CFA400
Tints of Gamboge #CFA400
RGB
CMYK
RGB Variations
Color information
#CFA400 (or 0xCFA400) is known color: Gamboge. HEX triplet: CF, A4 and 00. RGB value is (207,164,0). Sum of RGB (Red+Green+Blue) = 207+164+0=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA400 is #305BFF. Grayscale: #9E9E9E. Windows color (decimal): -3169280 or 42191. OLE color: 42191.
HSL color Cylindrical-coordinate representation of color #CFA400: hue angle of 47.54º 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 #CFA400 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.19 |
| HSL | 47.54º | 1% | 0.41% | - |
| HSV(B) | 47.54º | 1% | 0.81% | - |
| XYZ | 39.01 | 39.82 | 5.63 | - |
| YUV | 158.16 | 38.75 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 0 | 0 | 0.21 | 1 | 0.19 | 47.54 | 1 | 0.41 |
| Hex | CF | A4 | 0 | 0 | 15 | 64 | 13 | 30 | 64 | 29 |
| Octal | 317 | 244 | 0 | 0 | 25 | 144 | 23 | 60 | 144 | 51 |
| Binary | 11001111 | 10100100 | 0 | 0 | 10101 | 1100100 | 10011 | 110000 | 1100100 | 101001 |
Color Harmonies of #CFA400
Complementary color
Monochromatic Colors of #CFA400
Black with #CFA400
Text Example
Text Example
White with #CFA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA400; }
p { color: rgb(207,164,0); }
H1.HeaderClassName
{
color: #CFA400;
}
.AnyTagClassName
{
color: #CFA400;
}
</style>
background-color css
<style>
a { background-color: #CFA400; }
a { background-color: rgb(207,164,0); }
div.DivClassName
{
background-color: #CFA400;
}
.BgClassName
{
background-color: #CFA400;
}
</style>
border-color css
<style>
span { border-color: #CFA400; }
span { border-color: rgb(207,164,0); }
td.TdClassName
{
border-color: #CFA400;
}
.TagClassName
{
border-color: #CFA400;
}
</style>