Shades of Gamboge #CFA20D
Tints of Gamboge #CFA20D
RGB
CMYK
RGB Variations
Color information
#CFA20D (or 0xCFA20D) is known color: Gamboge. HEX triplet: CF, A2 and 0D. RGB value is (207,162,13). Sum of RGB (Red+Green+Blue) = 207+162+13=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA20D is #305DF2. Grayscale: #9F9F9F. Windows color (decimal): -3169779 or 893647. OLE color: 893647.
HSL color Cylindrical-coordinate representation of color #CFA20D: hue angle of 46.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA20D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.19 |
| HSL | 46.08º | 0.88% | 0.43% | - |
| HSV(B) | 46.08º | 0.94% | 0.81% | - |
| XYZ | 38.73 | 39.14 | 5.89 | - |
| YUV | 158.47 | 45.91 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 13 | 0 | 0.22 | 0.94 | 0.19 | 46.08 | 0.88 | 0.43 |
| Hex | CF | A2 | D | 0 | 16 | 5E | 13 | 2E | 58 | 2B |
| Octal | 317 | 242 | 15 | 0 | 26 | 136 | 23 | 56 | 130 | 53 |
| Binary | 11001111 | 10100010 | 1101 | 0 | 10110 | 1011110 | 10011 | 101110 | 1011000 | 101011 |
Color Harmonies of #CFA20D
Complementary color
Monochromatic Colors of #CFA20D
Black with #CFA20D
Text Example
Text Example
White with #CFA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA20D; }
p { color: rgb(207,162,13); }
H1.HeaderClassName
{
color: #CFA20D;
}
.AnyTagClassName
{
color: #CFA20D;
}
</style>
background-color css
<style>
a { background-color: #CFA20D; }
a { background-color: rgb(207,162,13); }
div.DivClassName
{
background-color: #CFA20D;
}
.BgClassName
{
background-color: #CFA20D;
}
</style>
border-color css
<style>
span { border-color: #CFA20D; }
span { border-color: rgb(207,162,13); }
td.TdClassName
{
border-color: #CFA20D;
}
.TagClassName
{
border-color: #CFA20D;
}
</style>