Shades of Gamboge #CFA306
Tints of Gamboge #CFA306
RGB
CMYK
RGB Variations
Color information
#CFA306 (or 0xCFA306) is known color: Gamboge. HEX triplet: CF, A3 and 06. RGB value is (207,163,6). Sum of RGB (Red+Green+Blue) = 207+163+6=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA306 is #305CF9. Grayscale: #9E9E9E. Windows color (decimal): -3169530 or 435151. OLE color: 435151.
HSL color Cylindrical-coordinate representation of color #CFA306: hue angle of 46.87º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFA306 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.19 |
| HSL | 46.87º | 0.94% | 0.42% | - |
| HSV(B) | 46.87º | 0.97% | 0.81% | - |
| XYZ | 38.86 | 39.47 | 5.74 | - |
| YUV | 158.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 6 | 0 | 0.21 | 0.97 | 0.19 | 46.87 | 0.94 | 0.42 |
| Hex | CF | A3 | 6 | 0 | 15 | 61 | 13 | 2F | 5E | 2A |
| Octal | 317 | 243 | 6 | 0 | 25 | 141 | 23 | 57 | 136 | 52 |
| Binary | 11001111 | 10100011 | 110 | 0 | 10101 | 1100001 | 10011 | 101111 | 1011110 | 101010 |
Color Harmonies of #CFA306
Complementary color
Monochromatic Colors of #CFA306
Black with #CFA306
Text Example
Text Example
White with #CFA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA306; }
p { color: rgb(207,163,6); }
H1.HeaderClassName
{
color: #CFA306;
}
.AnyTagClassName
{
color: #CFA306;
}
</style>
background-color css
<style>
a { background-color: #CFA306; }
a { background-color: rgb(207,163,6); }
div.DivClassName
{
background-color: #CFA306;
}
.BgClassName
{
background-color: #CFA306;
}
</style>
border-color css
<style>
span { border-color: #CFA306; }
span { border-color: rgb(207,163,6); }
td.TdClassName
{
border-color: #CFA306;
}
.TagClassName
{
border-color: #CFA306;
}
</style>