Shades of Gamboge #CFA605
Tints of Gamboge #CFA605
RGB
CMYK
RGB Variations
Color information
#CFA605 (or 0xCFA605) is known color: Gamboge. HEX triplet: CF, A6 and 05. RGB value is (207,166,5). Sum of RGB (Red+Green+Blue) = 207+166+5=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA605 is #3059FA. Grayscale: #A0A0A0. Windows color (decimal): -3168763 or 370383. OLE color: 370383.
HSL color Cylindrical-coordinate representation of color #CFA605: hue angle of 47.82º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFA605 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.19 |
| HSL | 47.82º | 0.95% | 0.42% | - |
| HSV(B) | 47.82º | 0.98% | 0.81% | - |
| XYZ | 39.4 | 40.55 | 5.89 | - |
| YUV | 159.91 | 40.58 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 5 | 0 | 0.20 | 0.98 | 0.19 | 47.82 | 0.95 | 0.42 |
| Hex | CF | A6 | 5 | 0 | 14 | 62 | 13 | 30 | 5F | 2A |
| Octal | 317 | 246 | 5 | 0 | 24 | 142 | 23 | 60 | 137 | 52 |
| Binary | 11001111 | 10100110 | 101 | 0 | 10100 | 1100010 | 10011 | 110000 | 1011111 | 101010 |
Color Harmonies of #CFA605
Complementary color
Monochromatic Colors of #CFA605
Black with #CFA605
Text Example
Text Example
White with #CFA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA605; }
p { color: rgb(207,166,5); }
H1.HeaderClassName
{
color: #CFA605;
}
.AnyTagClassName
{
color: #CFA605;
}
</style>
background-color css
<style>
a { background-color: #CFA605; }
a { background-color: rgb(207,166,5); }
div.DivClassName
{
background-color: #CFA605;
}
.BgClassName
{
background-color: #CFA605;
}
</style>
border-color css
<style>
span { border-color: #CFA605; }
span { border-color: rgb(207,166,5); }
td.TdClassName
{
border-color: #CFA605;
}
.TagClassName
{
border-color: #CFA605;
}
</style>