Shades of Gamboge #CFA40A
Tints of Gamboge #CFA40A
RGB
CMYK
RGB Variations
Color information
#CFA40A (or 0xCFA40A) is known color: Gamboge. HEX triplet: CF, A4 and 0A. RGB value is (207,164,10). Sum of RGB (Red+Green+Blue) = 207+164+10=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA40A is #305BF5. Grayscale: #9F9F9F. Windows color (decimal): -3169270 or 697551. OLE color: 697551.
HSL color Cylindrical-coordinate representation of color #CFA40A: hue angle of 46.9º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFA40A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.19 |
| HSL | 46.9º | 0.91% | 0.43% | - |
| HSV(B) | 46.9º | 0.95% | 0.81% | - |
| XYZ | 39.06 | 39.84 | 5.92 | - |
| YUV | 159.3 | 43.75 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 10 | 0 | 0.21 | 0.95 | 0.19 | 46.9 | 0.91 | 0.43 |
| Hex | CF | A4 | A | 0 | 15 | 5F | 13 | 2F | 5B | 2B |
| Octal | 317 | 244 | 12 | 0 | 25 | 137 | 23 | 57 | 133 | 53 |
| Binary | 11001111 | 10100100 | 1010 | 0 | 10101 | 1011111 | 10011 | 101111 | 1011011 | 101011 |
Color Harmonies of #CFA40A
Complementary color
Monochromatic Colors of #CFA40A
Black with #CFA40A
Text Example
Text Example
White with #CFA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA40A; }
p { color: rgb(207,164,10); }
H1.HeaderClassName
{
color: #CFA40A;
}
.AnyTagClassName
{
color: #CFA40A;
}
</style>
background-color css
<style>
a { background-color: #CFA40A; }
a { background-color: rgb(207,164,10); }
div.DivClassName
{
background-color: #CFA40A;
}
.BgClassName
{
background-color: #CFA40A;
}
</style>
border-color css
<style>
span { border-color: #CFA40A; }
span { border-color: rgb(207,164,10); }
td.TdClassName
{
border-color: #CFA40A;
}
.TagClassName
{
border-color: #CFA40A;
}
</style>