Shades of Gamboge #CFA603
Tints of Gamboge #CFA603
RGB
CMYK
RGB Variations
Color information
#CFA603 (or 0xCFA603) is known color: Gamboge. HEX triplet: CF, A6 and 03. RGB value is (207,166,3). Sum of RGB (Red+Green+Blue) = 207+166+3=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA603 is #3059FC. Grayscale: #A0A0A0. Windows color (decimal): -3168765 or 239311. OLE color: 239311.
HSL color Cylindrical-coordinate representation of color #CFA603: hue angle of 47.94º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFA603 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.19 |
| HSL | 47.94º | 0.97% | 0.41% | - |
| HSV(B) | 47.94º | 0.99% | 0.81% | - |
| XYZ | 39.38 | 40.54 | 5.84 | - |
| YUV | 159.68 | 39.58 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 3 | 0 | 0.20 | 0.99 | 0.19 | 47.94 | 0.97 | 0.41 |
| Hex | CF | A6 | 3 | 0 | 14 | 63 | 13 | 30 | 61 | 29 |
| Octal | 317 | 246 | 3 | 0 | 24 | 143 | 23 | 60 | 141 | 51 |
| Binary | 11001111 | 10100110 | 11 | 0 | 10100 | 1100011 | 10011 | 110000 | 1100001 | 101001 |
Color Harmonies of #CFA603
Complementary color
Monochromatic Colors of #CFA603
Black with #CFA603
Text Example
Text Example
White with #CFA603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA603; }
p { color: rgb(207,166,3); }
H1.HeaderClassName
{
color: #CFA603;
}
.AnyTagClassName
{
color: #CFA603;
}
</style>
background-color css
<style>
a { background-color: #CFA603; }
a { background-color: rgb(207,166,3); }
div.DivClassName
{
background-color: #CFA603;
}
.BgClassName
{
background-color: #CFA603;
}
</style>
border-color css
<style>
span { border-color: #CFA603; }
span { border-color: rgb(207,166,3); }
td.TdClassName
{
border-color: #CFA603;
}
.TagClassName
{
border-color: #CFA603;
}
</style>