Shades of Gamboge #CFA000
Tints of Gamboge #CFA000
RGB
CMYK
RGB Variations
Color information
#CFA000 (or 0xCFA000) is known color: Gamboge. HEX triplet: CF, A0 and 00. RGB value is (207,160,0). Sum of RGB (Red+Green+Blue) = 207+160+0=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA000 is #305FFF. Grayscale: #9C9C9C. Windows color (decimal): -3170304 or 41167. OLE color: 41167.
HSL color Cylindrical-coordinate representation of color #CFA000: hue angle of 46.38º 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 #CFA000 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.19 |
| HSL | 46.38º | 1% | 0.41% | - |
| HSV(B) | 46.38º | 1% | 0.81% | - |
| XYZ | 38.3 | 38.41 | 5.39 | - |
| YUV | 155.81 | 40.07 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 0 | 0 | 0.23 | 1 | 0.19 | 46.38 | 1 | 0.41 |
| Hex | CF | A0 | 0 | 0 | 17 | 64 | 13 | 2E | 64 | 29 |
| Octal | 317 | 240 | 0 | 0 | 27 | 144 | 23 | 56 | 144 | 51 |
| Binary | 11001111 | 10100000 | 0 | 0 | 10111 | 1100100 | 10011 | 101110 | 1100100 | 101001 |
Color Harmonies of #CFA000
Complementary color
Monochromatic Colors of #CFA000
Black with #CFA000
Text Example
Text Example
White with #CFA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA000; }
p { color: rgb(207,160,0); }
H1.HeaderClassName
{
color: #CFA000;
}
.AnyTagClassName
{
color: #CFA000;
}
</style>
background-color css
<style>
a { background-color: #CFA000; }
a { background-color: rgb(207,160,0); }
div.DivClassName
{
background-color: #CFA000;
}
.BgClassName
{
background-color: #CFA000;
}
</style>
border-color css
<style>
span { border-color: #CFA000; }
span { border-color: rgb(207,160,0); }
td.TdClassName
{
border-color: #CFA000;
}
.TagClassName
{
border-color: #CFA000;
}
</style>